#FCCB4F

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

Shades of Kournikova #FCCB4F

Tints of Kournikova #FCCB4F

Color information

#FCCB4F (or 0xFCCB4F) is unknown color: approx Kournikova. HEX triplet: FC, CB and 4F. RGB value is (252,203,79). Sum of RGB (Red+Green+Blue) = 252+203+79=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB4F is #0334B0. Grayscale: #CCCCCC. Windows color (decimal): -210097 or 5229564. OLE color: 5229564.

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

Color convert

RGB25220379-
CMYK00.190.690.01
HSL43.01º96.65%64.9%-
HSV(B)43.01º68.65%98.82%-
XYZ62.9163.9716.43-
YUV203.5257.73162.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 203 (79.69% from 255) = 38.01%
BLUE value IS 79 (31.25% from 255) = 14.79%
R=47.19%
G=38.01%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522037900.190.690.0143.0196.6564.9
HexFCCB4F0134512b6141
Octal374313117023105153141101
Binary111111001100101110011110100111000101110101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCB4F; }

 p { color: rgb(252,203,79); }

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

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

 a { background-color: rgb(252,203,79); }

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

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

 span { border-color: rgb(252,203,79); }

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