Shades of Kournikova #FCC95D
Tints of Kournikova #FCC95D
RGB
CMYK
RGB Variations
Color information
#FCC95D (or 0xFCC95D) is known color: Kournikova. HEX triplet: FC, C9 and 5D. RGB value is (252,201,93). Sum of RGB (Red+Green+Blue) = 252+201+93=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC95D is #0336A2. Grayscale: #CCCCCC. Windows color (decimal): -210595 or 6146556. OLE color: 6146556.
HSL color Cylindrical-coordinate representation of color #FCC95D: hue angle of 40.75º 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 #FCC95D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 93 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.01 |
| HSL | 40.75º | 0.96% | 0.68% | - |
| HSV(B) | 40.75º | 0.63% | 0.99% | - |
| XYZ | 63.01 | 63.26 | 19.25 | - |
| YUV | 203.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 93 | 0 | 0.20 | 0.63 | 0.01 | 40.75 | 0.96 | 0.68 |
| Hex | FC | C9 | 5D | 0 | 14 | 3F | 1 | 29 | 60 | 44 |
| Octal | 374 | 311 | 135 | 0 | 24 | 77 | 1 | 51 | 140 | 104 |
| Binary | 11111100 | 11001001 | 1011101 | 0 | 10100 | 111111 | 1 | 101001 | 1100000 | 1000100 |
Color Harmonies of #FCC95D
Complementary color
Monochromatic Colors of #FCC95D
Black with #FCC95D
Text Example
Text Example
White with #FCC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC95D; }
p { color: rgb(252,201,93); }
H1.HeaderClassName
{
color: #FCC95D;
}
.AnyTagClassName
{
color: #FCC95D;
}
</style>
background-color css
<style>
a { background-color: #FCC95D; }
a { background-color: rgb(252,201,93); }
div.DivClassName
{
background-color: #FCC95D;
}
.BgClassName
{
background-color: #FCC95D;
}
</style>
border-color css
<style>
span { border-color: #FCC95D; }
span { border-color: rgb(252,201,93); }
td.TdClassName
{
border-color: #FCC95D;
}
.TagClassName
{
border-color: #FCC95D;
}
</style>