Shades of Kournikova #FCCB5E
Tints of Kournikova #FCCB5E
RGB
CMYK
RGB Variations
Color information
#FCCB5E (or 0xFCCB5E) is known color: Kournikova. HEX triplet: FC, CB and 5E. RGB value is (252,203,94). Sum of RGB (Red+Green+Blue) = 252+203+94=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB5E is #0334A1. Grayscale: #CDCDCD. Windows color (decimal): -210082 or 6212604. OLE color: 6212604.
HSL color Cylindrical-coordinate representation of color #FCCB5E: hue angle of 41.39º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCCB5E is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 94 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.01 |
| HSL | 41.39º | 0.96% | 0.68% | - |
| HSV(B) | 41.39º | 0.63% | 0.99% | - |
| XYZ | 63.52 | 64.22 | 19.64 | - |
| YUV | 205.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 94 | 0 | 0.19 | 0.63 | 0.01 | 41.39 | 0.96 | 0.68 |
| Hex | FC | CB | 5E | 0 | 13 | 3F | 1 | 29 | 60 | 44 |
| Octal | 374 | 313 | 136 | 0 | 23 | 77 | 1 | 51 | 140 | 104 |
| Binary | 11111100 | 11001011 | 1011110 | 0 | 10011 | 111111 | 1 | 101001 | 1100000 | 1000100 |
Color Harmonies of #FCCB5E
Complementary color
Monochromatic Colors of #FCCB5E
Black with #FCCB5E
Text Example
Text Example
White with #FCCB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCB5E; }
p { color: rgb(252,203,94); }
H1.HeaderClassName
{
color: #FCCB5E;
}
.AnyTagClassName
{
color: #FCCB5E;
}
</style>
background-color css
<style>
a { background-color: #FCCB5E; }
a { background-color: rgb(252,203,94); }
div.DivClassName
{
background-color: #FCCB5E;
}
.BgClassName
{
background-color: #FCCB5E;
}
</style>
border-color css
<style>
span { border-color: #FCCB5E; }
span { border-color: rgb(252,203,94); }
td.TdClassName
{
border-color: #FCCB5E;
}
.TagClassName
{
border-color: #FCCB5E;
}
</style>