Shades of Kournikova #FCC94C
Tints of Kournikova #FCC94C
RGB
CMYK
RGB Variations
Color information
#FCC94C (or 0xFCC94C) is known color: Kournikova. HEX triplet: FC, C9 and 4C. RGB value is (252,201,76). Sum of RGB (Red+Green+Blue) = 252+201+76=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC94C is #0336B3. Grayscale: #CACACA. Windows color (decimal): -210612 or 5032444. OLE color: 5032444.
HSL color Cylindrical-coordinate representation of color #FCC94C: hue angle of 42.61º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC94C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 76 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.01 |
| HSL | 42.61º | 0.97% | 0.64% | - |
| HSV(B) | 42.61º | 0.7% | 0.99% | - |
| XYZ | 62.34 | 62.99 | 15.71 | - |
| YUV | 202 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 76 | 0 | 0.20 | 0.70 | 0.01 | 42.61 | 0.97 | 0.64 |
| Hex | FC | C9 | 4C | 0 | 14 | 46 | 1 | 2B | 61 | 40 |
| Octal | 374 | 311 | 114 | 0 | 24 | 106 | 1 | 53 | 141 | 100 |
| Binary | 11111100 | 11001001 | 1001100 | 0 | 10100 | 1000110 | 1 | 101011 | 1100001 | 1000000 |
Color Harmonies of #FCC94C
Complementary color
Monochromatic Colors of #FCC94C
Black with #FCC94C
Text Example
Text Example
White with #FCC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC94C; }
p { color: rgb(252,201,76); }
H1.HeaderClassName
{
color: #FCC94C;
}
.AnyTagClassName
{
color: #FCC94C;
}
</style>
background-color css
<style>
a { background-color: #FCC94C; }
a { background-color: rgb(252,201,76); }
div.DivClassName
{
background-color: #FCC94C;
}
.BgClassName
{
background-color: #FCC94C;
}
</style>
border-color css
<style>
span { border-color: #FCC94C; }
span { border-color: rgb(252,201,76); }
td.TdClassName
{
border-color: #FCC94C;
}
.TagClassName
{
border-color: #FCC94C;
}
</style>