Shades of Kournikova #FCC95F
Tints of Kournikova #FCC95F
RGB
CMYK
RGB Variations
Color information
#FCC95F (or 0xFCC95F) is known color: Kournikova. HEX triplet: FC, C9 and 5F. RGB value is (252,201,95). Sum of RGB (Red+Green+Blue) = 252+201+95=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC95F is #0336A0. Grayscale: #CCCCCC. Windows color (decimal): -210593 or 6277628. OLE color: 6277628.
HSL color Cylindrical-coordinate representation of color #FCC95F: hue angle of 40.51º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCC95F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 95 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.01 |
| HSL | 40.51º | 0.96% | 0.68% | - |
| HSV(B) | 40.51º | 0.62% | 0.99% | - |
| XYZ | 63.1 | 63.29 | 19.72 | - |
| YUV | 204.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 95 | 0 | 0.20 | 0.62 | 0.01 | 40.51 | 0.96 | 0.68 |
| Hex | FC | C9 | 5F | 0 | 14 | 3E | 1 | 29 | 60 | 44 |
| Octal | 374 | 311 | 137 | 0 | 24 | 76 | 1 | 51 | 140 | 104 |
| Binary | 11111100 | 11001001 | 1011111 | 0 | 10100 | 111110 | 1 | 101001 | 1100000 | 1000100 |
Color Harmonies of #FCC95F
Complementary color
Monochromatic Colors of #FCC95F
Black with #FCC95F
Text Example
Text Example
White with #FCC95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC95F; }
p { color: rgb(252,201,95); }
H1.HeaderClassName
{
color: #FCC95F;
}
.AnyTagClassName
{
color: #FCC95F;
}
</style>
background-color css
<style>
a { background-color: #FCC95F; }
a { background-color: rgb(252,201,95); }
div.DivClassName
{
background-color: #FCC95F;
}
.BgClassName
{
background-color: #FCC95F;
}
</style>
border-color css
<style>
span { border-color: #FCC95F; }
span { border-color: rgb(252,201,95); }
td.TdClassName
{
border-color: #FCC95F;
}
.TagClassName
{
border-color: #FCC95F;
}
</style>