Shades of Kournikova #F9D044
Tints of Kournikova #F9D044
RGB
CMYK
RGB Variations
Color information
#F9D044 (or 0xF9D044) is known color: Kournikova. HEX triplet: F9, D0 and 44. RGB value is (249,208,68). Sum of RGB (Red+Green+Blue) = 249+208+68=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 68 (26.95% from 255 or 12.95% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D044 is #062FBB. Grayscale: #CCCCCC. Windows color (decimal): -405436 or 4509945. OLE color: 4509945.
HSL color Cylindrical-coordinate representation of color #F9D044: hue angle of 46.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9D044 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 68 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.02 |
| HSL | 46.41º | 0.94% | 0.62% | - |
| HSV(B) | 46.41º | 0.73% | 0.98% | - |
| XYZ | 62.67 | 65.67 | 14.84 | - |
| YUV | 204.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 68 | 0 | 0.16 | 0.73 | 0.02 | 46.41 | 0.94 | 0.62 |
| Hex | F9 | D0 | 44 | 0 | 10 | 49 | 2 | 2E | 5E | 3E |
| Octal | 371 | 320 | 104 | 0 | 20 | 111 | 2 | 56 | 136 | 76 |
| Binary | 11111001 | 11010000 | 1000100 | 0 | 10000 | 1001001 | 10 | 101110 | 1011110 | 111110 |
Color Harmonies of #F9D044
Complementary color
Monochromatic Colors of #F9D044
Black with #F9D044
Text Example
Text Example
White with #F9D044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D044; }
p { color: rgb(249,208,68); }
H1.HeaderClassName
{
color: #F9D044;
}
.AnyTagClassName
{
color: #F9D044;
}
</style>
background-color css
<style>
a { background-color: #F9D044; }
a { background-color: rgb(249,208,68); }
div.DivClassName
{
background-color: #F9D044;
}
.BgClassName
{
background-color: #F9D044;
}
</style>
border-color css
<style>
span { border-color: #F9D044; }
span { border-color: rgb(249,208,68); }
td.TdClassName
{
border-color: #F9D044;
}
.TagClassName
{
border-color: #F9D044;
}
</style>