Shades of Kournikova #FCC950
Tints of Kournikova #FCC950
RGB
CMYK
RGB Variations
Color information
#FCC950 (or 0xFCC950) is known color: Kournikova. HEX triplet: FC, C9 and 50. RGB value is (252,201,80). Sum of RGB (Red+Green+Blue) = 252+201+80=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC950 is #0336AF. Grayscale: #CACACA. Windows color (decimal): -210608 or 5294588. OLE color: 5294588.
HSL color Cylindrical-coordinate representation of color #FCC950: hue angle of 42.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCC950 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 80 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.01 |
| HSL | 42.21º | 0.97% | 0.65% | - |
| HSV(B) | 42.21º | 0.68% | 0.99% | - |
| XYZ | 62.48 | 63.05 | 16.47 | - |
| YUV | 202.46 | 58.9 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 80 | 0 | 0.20 | 0.68 | 0.01 | 42.21 | 0.97 | 0.65 |
| Hex | FC | C9 | 50 | 0 | 14 | 44 | 1 | 2A | 61 | 41 |
| Octal | 374 | 311 | 120 | 0 | 24 | 104 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11001001 | 1010000 | 0 | 10100 | 1000100 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC950
Complementary color
Monochromatic Colors of #FCC950
Black with #FCC950
Text Example
Text Example
White with #FCC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC950; }
p { color: rgb(252,201,80); }
H1.HeaderClassName
{
color: #FCC950;
}
.AnyTagClassName
{
color: #FCC950;
}
</style>
background-color css
<style>
a { background-color: #FCC950; }
a { background-color: rgb(252,201,80); }
div.DivClassName
{
background-color: #FCC950;
}
.BgClassName
{
background-color: #FCC950;
}
</style>
border-color css
<style>
span { border-color: #FCC950; }
span { border-color: rgb(252,201,80); }
td.TdClassName
{
border-color: #FCC950;
}
.TagClassName
{
border-color: #FCC950;
}
</style>