Shades of Kournikova #FCC94E
Tints of Kournikova #FCC94E
RGB
CMYK
RGB Variations
Color information
#FCC94E (or 0xFCC94E) is known color: Kournikova. HEX triplet: FC, C9 and 4E. RGB value is (252,201,78). Sum of RGB (Red+Green+Blue) = 252+201+78=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC94E is #0336B1. Grayscale: #CACACA. Windows color (decimal): -210610 or 5163516. OLE color: 5163516.
HSL color Cylindrical-coordinate representation of color #FCC94E: hue angle of 42.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCC94E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.01 |
| HSL | 42.41º | 0.97% | 0.65% | - |
| HSV(B) | 42.41º | 0.69% | 0.99% | - |
| XYZ | 62.41 | 63.02 | 16.08 | - |
| YUV | 202.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 78 | 0 | 0.20 | 0.69 | 0.01 | 42.41 | 0.97 | 0.65 |
| Hex | FC | C9 | 4E | 0 | 14 | 45 | 1 | 2A | 61 | 41 |
| Octal | 374 | 311 | 116 | 0 | 24 | 105 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11001001 | 1001110 | 0 | 10100 | 1000101 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC94E
Complementary color
Monochromatic Colors of #FCC94E
Black with #FCC94E
Text Example
Text Example
White with #FCC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC94E; }
p { color: rgb(252,201,78); }
H1.HeaderClassName
{
color: #FCC94E;
}
.AnyTagClassName
{
color: #FCC94E;
}
</style>
background-color css
<style>
a { background-color: #FCC94E; }
a { background-color: rgb(252,201,78); }
div.DivClassName
{
background-color: #FCC94E;
}
.BgClassName
{
background-color: #FCC94E;
}
</style>
border-color css
<style>
span { border-color: #FCC94E; }
span { border-color: rgb(252,201,78); }
td.TdClassName
{
border-color: #FCC94E;
}
.TagClassName
{
border-color: #FCC94E;
}
</style>