Shades of Kournikova #F9D045
Tints of Kournikova #F9D045
RGB
CMYK
RGB Variations
Color information
#F9D045 (or 0xF9D045) is known color: Kournikova. HEX triplet: F9, D0 and 45. RGB value is (249,208,69). Sum of RGB (Red+Green+Blue) = 249+208+69=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D045 is #062FBA. Grayscale: #CDCDCD. Windows color (decimal): -405435 or 4575481. OLE color: 4575481.
HSL color Cylindrical-coordinate representation of color #F9D045: hue angle of 46.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9D045 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 69 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.02 |
| HSL | 46.33º | 0.94% | 0.62% | - |
| HSV(B) | 46.33º | 0.72% | 0.98% | - |
| XYZ | 62.7 | 65.68 | 15 | - |
| YUV | 204.41 | 51.58 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 69 | 0 | 0.16 | 0.72 | 0.02 | 46.33 | 0.94 | 0.62 |
| Hex | F9 | D0 | 45 | 0 | 10 | 48 | 2 | 2E | 5E | 3E |
| Octal | 371 | 320 | 105 | 0 | 20 | 110 | 2 | 56 | 136 | 76 |
| Binary | 11111001 | 11010000 | 1000101 | 0 | 10000 | 1001000 | 10 | 101110 | 1011110 | 111110 |
Color Harmonies of #F9D045
Complementary color
Monochromatic Colors of #F9D045
Black with #F9D045
Text Example
Text Example
White with #F9D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D045; }
p { color: rgb(249,208,69); }
H1.HeaderClassName
{
color: #F9D045;
}
.AnyTagClassName
{
color: #F9D045;
}
</style>
background-color css
<style>
a { background-color: #F9D045; }
a { background-color: rgb(249,208,69); }
div.DivClassName
{
background-color: #F9D045;
}
.BgClassName
{
background-color: #F9D045;
}
</style>
border-color css
<style>
span { border-color: #F9D045; }
span { border-color: rgb(249,208,69); }
td.TdClassName
{
border-color: #F9D045;
}
.TagClassName
{
border-color: #F9D045;
}
</style>