#FCD454

Color #FCD454 Kournikova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kournikova #FCD454

Tints of Kournikova #FCD454

Color information

#FCD454 (or 0xFCD454) is unknown color: approx Kournikova. HEX triplet: FC, D4 and 54. RGB value is (252,212,84). Sum of RGB (Red+Green+Blue) = 252+212+84=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 84 (33.20% from 255 or 15.33% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD454 is #032BAB. Grayscale: #D1D1D1. Windows color (decimal): -207788 or 5559548. OLE color: 5559548.

HSL color Cylindrical-coordinate representation of color #FCD454: hue angle of 45.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCD454 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25221284-
CMYK00.160.670.01
HSL45.71º96.55%65.88%-
HSV(B)45.71º66.67%98.82%-
XYZ65.2968.4218.15-
YUV209.3757.25158.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 84 (33.20% from 255) = 15.33%
R=45.99%
G=38.69%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522128400.160.670.0145.7196.5565.88
HexFCD4540104312e6142
Octal374324124020103156141102
Binary111111001101010010101000100001000011110111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD454; }

 p { color: rgb(252,212,84); }

 H1.HeaderClassName
 {
   color: #FCD454;
 }
 .AnyTagClassName
 {
   color: #FCD454;
 }
</style>
background-color css

<style>
 a { background-color: #FCD454; }

 a { background-color: rgb(252,212,84); }

 div.DivClassName
 {
   background-color: #FCD454;
 }
 .BgClassName
 {
   background-color: #FCD454;
 }
</style>
border-color css

<style>
 span { border-color: #FCD454; }

 span { border-color: rgb(252,212,84); }

 td.TdClassName
 {
   border-color: #FCD454;
 }
 .TagClassName
 {
   border-color: #FCD454;
 }
</style>