Shades of Kournikova #F9CB49
Tints of Kournikova #F9CB49
RGB
CMYK
RGB Variations
Color information
#F9CB49 (or 0xF9CB49) is known color: Kournikova. HEX triplet: F9, CB and 49. RGB value is (249,203,73). Sum of RGB (Red+Green+Blue) = 249+203+73=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB49 is #0634B6. Grayscale: #CACACA. Windows color (decimal): -406711 or 4836345. OLE color: 4836345.
HSL color Cylindrical-coordinate representation of color #F9CB49: hue angle of 44.32º 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 #F9CB49 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 73 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.02 |
| HSL | 44.32º | 0.94% | 0.63% | - |
| HSV(B) | 44.32º | 0.71% | 0.98% | - |
| XYZ | 61.63 | 63.33 | 15.28 | - |
| YUV | 201.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 73 | 0 | 0.18 | 0.71 | 0.02 | 44.32 | 0.94 | 0.63 |
| Hex | F9 | CB | 49 | 0 | 12 | 47 | 2 | 2C | 5E | 3F |
| Octal | 371 | 313 | 111 | 0 | 22 | 107 | 2 | 54 | 136 | 77 |
| Binary | 11111001 | 11001011 | 1001001 | 0 | 10010 | 1000111 | 10 | 101100 | 1011110 | 111111 |
Color Harmonies of #F9CB49
Complementary color
Monochromatic Colors of #F9CB49
Black with #F9CB49
Text Example
Text Example
White with #F9CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB49; }
p { color: rgb(249,203,73); }
H1.HeaderClassName
{
color: #F9CB49;
}
.AnyTagClassName
{
color: #F9CB49;
}
</style>
background-color css
<style>
a { background-color: #F9CB49; }
a { background-color: rgb(249,203,73); }
div.DivClassName
{
background-color: #F9CB49;
}
.BgClassName
{
background-color: #F9CB49;
}
</style>
border-color css
<style>
span { border-color: #F9CB49; }
span { border-color: rgb(249,203,73); }
td.TdClassName
{
border-color: #F9CB49;
}
.TagClassName
{
border-color: #F9CB49;
}
</style>