Shades of Kournikova #FCC949
Tints of Kournikova #FCC949
RGB
CMYK
RGB Variations
Color information
#FCC949 (or 0xFCC949) is known color: Kournikova. HEX triplet: FC, C9 and 49. RGB value is (252,201,73). Sum of RGB (Red+Green+Blue) = 252+201+73=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC949 is #0336B6. Grayscale: #CACACA. Windows color (decimal): -210615 or 4835836. OLE color: 4835836.
HSL color Cylindrical-coordinate representation of color #FCC949: hue angle of 42.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC949 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.01 |
| HSL | 42.91º | 0.97% | 0.64% | - |
| HSV(B) | 42.91º | 0.71% | 0.99% | - |
| XYZ | 62.23 | 62.95 | 15.17 | - |
| YUV | 201.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 73 | 0 | 0.20 | 0.71 | 0.01 | 42.91 | 0.97 | 0.64 |
| Hex | FC | C9 | 49 | 0 | 14 | 47 | 1 | 2B | 61 | 40 |
| Octal | 374 | 311 | 111 | 0 | 24 | 107 | 1 | 53 | 141 | 100 |
| Binary | 11111100 | 11001001 | 1001001 | 0 | 10100 | 1000111 | 1 | 101011 | 1100001 | 1000000 |
Color Harmonies of #FCC949
Complementary color
Monochromatic Colors of #FCC949
Black with #FCC949
Text Example
Text Example
White with #FCC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC949; }
p { color: rgb(252,201,73); }
H1.HeaderClassName
{
color: #FCC949;
}
.AnyTagClassName
{
color: #FCC949;
}
</style>
background-color css
<style>
a { background-color: #FCC949; }
a { background-color: rgb(252,201,73); }
div.DivClassName
{
background-color: #FCC949;
}
.BgClassName
{
background-color: #FCC949;
}
</style>
border-color css
<style>
span { border-color: #FCC949; }
span { border-color: rgb(252,201,73); }
td.TdClassName
{
border-color: #FCC949;
}
.TagClassName
{
border-color: #FCC949;
}
</style>