Shades of Kournikova #F9D054
Tints of Kournikova #F9D054
RGB
CMYK
RGB Variations
Color information
#F9D054 (or 0xF9D054) is known color: Kournikova. HEX triplet: F9, D0 and 54. RGB value is (249,208,84). Sum of RGB (Red+Green+Blue) = 249+208+84=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 84 (33.20% from 255 or 15.53% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D054 is #062FAB. Grayscale: #CECECE. Windows color (decimal): -405420 or 5558521. OLE color: 5558521.
HSL color Cylindrical-coordinate representation of color #F9D054: hue angle of 45.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9D054 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 84 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.02 |
| HSL | 45.09º | 0.93% | 0.65% | - |
| HSV(B) | 45.09º | 0.66% | 0.98% | - |
| XYZ | 63.22 | 65.89 | 17.77 | - |
| YUV | 206.12 | 59.08 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 84 | 0 | 0.16 | 0.66 | 0.02 | 45.09 | 0.93 | 0.65 |
| Hex | F9 | D0 | 54 | 0 | 10 | 42 | 2 | 2D | 5D | 41 |
| Octal | 371 | 320 | 124 | 0 | 20 | 102 | 2 | 55 | 135 | 101 |
| Binary | 11111001 | 11010000 | 1010100 | 0 | 10000 | 1000010 | 10 | 101101 | 1011101 | 1000001 |
Color Harmonies of #F9D054
Complementary color
Monochromatic Colors of #F9D054
Black with #F9D054
Text Example
Text Example
White with #F9D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D054; }
p { color: rgb(249,208,84); }
H1.HeaderClassName
{
color: #F9D054;
}
.AnyTagClassName
{
color: #F9D054;
}
</style>
background-color css
<style>
a { background-color: #F9D054; }
a { background-color: rgb(249,208,84); }
div.DivClassName
{
background-color: #F9D054;
}
.BgClassName
{
background-color: #F9D054;
}
</style>
border-color css
<style>
span { border-color: #F9D054; }
span { border-color: rgb(249,208,84); }
td.TdClassName
{
border-color: #F9D054;
}
.TagClassName
{
border-color: #F9D054;
}
</style>