Shades of Kournikova #F9C849
Tints of Kournikova #F9C849
RGB
CMYK
RGB Variations
Color information
#F9C849 (or 0xF9C849) is known color: Kournikova. HEX triplet: F9, C8 and 49. RGB value is (249,200,73). Sum of RGB (Red+Green+Blue) = 249+200+73=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C849 is #0637B6. Grayscale: #C8C8C8. Windows color (decimal): -407479 or 4835577. OLE color: 4835577.
HSL color Cylindrical-coordinate representation of color #F9C849: hue angle of 43.3º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9C849 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 73 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.02 |
| HSL | 43.3º | 0.94% | 0.63% | - |
| HSV(B) | 43.3º | 0.71% | 0.98% | - |
| XYZ | 60.92 | 61.93 | 15.05 | - |
| YUV | 200.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 73 | 0 | 0.20 | 0.71 | 0.02 | 43.3 | 0.94 | 0.63 |
| Hex | F9 | C8 | 49 | 0 | 14 | 47 | 2 | 2B | 5E | 3F |
| Octal | 371 | 310 | 111 | 0 | 24 | 107 | 2 | 53 | 136 | 77 |
| Binary | 11111001 | 11001000 | 1001001 | 0 | 10100 | 1000111 | 10 | 101011 | 1011110 | 111111 |
Color Harmonies of #F9C849
Complementary color
Monochromatic Colors of #F9C849
Black with #F9C849
Text Example
Text Example
White with #F9C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C849; }
p { color: rgb(249,200,73); }
H1.HeaderClassName
{
color: #F9C849;
}
.AnyTagClassName
{
color: #F9C849;
}
</style>
background-color css
<style>
a { background-color: #F9C849; }
a { background-color: rgb(249,200,73); }
div.DivClassName
{
background-color: #F9C849;
}
.BgClassName
{
background-color: #F9C849;
}
</style>
border-color css
<style>
span { border-color: #F9C849; }
span { border-color: rgb(249,200,73); }
td.TdClassName
{
border-color: #F9C849;
}
.TagClassName
{
border-color: #F9C849;
}
</style>