Shades of Kournikova #FCCB4C
Tints of Kournikova #FCCB4C
RGB
CMYK
RGB Variations
Color information
#FCCB4C (or 0xFCCB4C) is known color: Kournikova. HEX triplet: FC, CB and 4C. RGB value is (252,203,76). Sum of RGB (Red+Green+Blue) = 252+203+76=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCB4C is #0334B3. Grayscale: #CBCBCB. Windows color (decimal): -210100 or 5032956. OLE color: 5032956.
HSL color Cylindrical-coordinate representation of color #FCCB4C: hue angle of 43.3º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCCB4C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 76 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.01 |
| HSL | 43.3º | 0.97% | 0.64% | - |
| HSV(B) | 43.3º | 0.7% | 0.99% | - |
| XYZ | 62.81 | 63.93 | 15.87 | - |
| YUV | 203.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 76 | 0 | 0.19 | 0.70 | 0.01 | 43.3 | 0.97 | 0.64 |
| Hex | FC | CB | 4C | 0 | 13 | 46 | 1 | 2B | 61 | 40 |
| Octal | 374 | 313 | 114 | 0 | 23 | 106 | 1 | 53 | 141 | 100 |
| Binary | 11111100 | 11001011 | 1001100 | 0 | 10011 | 1000110 | 1 | 101011 | 1100001 | 1000000 |
Color Harmonies of #FCCB4C
Complementary color
Monochromatic Colors of #FCCB4C
Black with #FCCB4C
Text Example
Text Example
White with #FCCB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB4C; }
p { color: rgb(252,203,76); }
H1.HeaderClassName
{
color: #FCCB4C;
}
.AnyTagClassName
{
color: #FCCB4C;
}
</style>
background-color css
<style>
a { background-color: #FCCB4C; }
a { background-color: rgb(252,203,76); }
div.DivClassName
{
background-color: #FCCB4C;
}
.BgClassName
{
background-color: #FCCB4C;
}
</style>
border-color css
<style>
span { border-color: #FCCB4C; }
span { border-color: rgb(252,203,76); }
td.TdClassName
{
border-color: #FCCB4C;
}
.TagClassName
{
border-color: #FCCB4C;
}
</style>