Shades of Kournikova #FCC952
Tints of Kournikova #FCC952
RGB
CMYK
RGB Variations
Color information
#FCC952 (or 0xFCC952) is known color: Kournikova. HEX triplet: FC, C9 and 52. RGB value is (252,201,82). Sum of RGB (Red+Green+Blue) = 252+201+82=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC952 is #0336AD. Grayscale: #CBCBCB. Windows color (decimal): -210606 or 5425660. OLE color: 5425660.
HSL color Cylindrical-coordinate representation of color #FCC952: hue angle of 42º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC952 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 82 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.01 |
| HSL | 42º | 0.97% | 0.65% | - |
| HSV(B) | 42º | 0.67% | 0.99% | - |
| XYZ | 62.55 | 63.08 | 16.86 | - |
| YUV | 202.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 82 | 0 | 0.20 | 0.67 | 0.01 | 42 | 0.97 | 0.65 |
| Hex | FC | C9 | 52 | 0 | 14 | 43 | 1 | 2A | 61 | 41 |
| Octal | 374 | 311 | 122 | 0 | 24 | 103 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11001001 | 1010010 | 0 | 10100 | 1000011 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC952
Complementary color
Monochromatic Colors of #FCC952
Black with #FCC952
Text Example
Text Example
White with #FCC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC952; }
p { color: rgb(252,201,82); }
H1.HeaderClassName
{
color: #FCC952;
}
.AnyTagClassName
{
color: #FCC952;
}
</style>
background-color css
<style>
a { background-color: #FCC952; }
a { background-color: rgb(252,201,82); }
div.DivClassName
{
background-color: #FCC952;
}
.BgClassName
{
background-color: #FCC952;
}
</style>
border-color css
<style>
span { border-color: #FCC952; }
span { border-color: rgb(252,201,82); }
td.TdClassName
{
border-color: #FCC952;
}
.TagClassName
{
border-color: #FCC952;
}
</style>