Shades of Kournikova #FCCE5E
Tints of Kournikova #FCCE5E
RGB
CMYK
RGB Variations
Color information
#FCCE5E (or 0xFCCE5E) is known color: Kournikova. HEX triplet: FC, CE and 5E. RGB value is (252,206,94). Sum of RGB (Red+Green+Blue) = 252+206+94=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCE5E is #0331A1. Grayscale: #CFCFCF. Windows color (decimal): -209314 or 6213372. OLE color: 6213372.
HSL color Cylindrical-coordinate representation of color #FCCE5E: hue angle of 42.53º 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 #FCCE5E is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 94 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.01 |
| HSL | 42.53º | 0.96% | 0.68% | - |
| HSV(B) | 42.53º | 0.63% | 0.99% | - |
| XYZ | 64.24 | 65.65 | 19.88 | - |
| YUV | 206.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 94 | 0 | 0.18 | 0.63 | 0.01 | 42.53 | 0.96 | 0.68 |
| Hex | FC | CE | 5E | 0 | 12 | 3F | 1 | 2B | 60 | 44 |
| Octal | 374 | 316 | 136 | 0 | 22 | 77 | 1 | 53 | 140 | 104 |
| Binary | 11111100 | 11001110 | 1011110 | 0 | 10010 | 111111 | 1 | 101011 | 1100000 | 1000100 |
Color Harmonies of #FCCE5E
Complementary color
Monochromatic Colors of #FCCE5E
Black with #FCCE5E
Text Example
Text Example
White with #FCCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCE5E; }
p { color: rgb(252,206,94); }
H1.HeaderClassName
{
color: #FCCE5E;
}
.AnyTagClassName
{
color: #FCCE5E;
}
</style>
background-color css
<style>
a { background-color: #FCCE5E; }
a { background-color: rgb(252,206,94); }
div.DivClassName
{
background-color: #FCCE5E;
}
.BgClassName
{
background-color: #FCCE5E;
}
</style>
border-color css
<style>
span { border-color: #FCCE5E; }
span { border-color: rgb(252,206,94); }
td.TdClassName
{
border-color: #FCCE5E;
}
.TagClassName
{
border-color: #FCCE5E;
}
</style>