Shades of Kournikova #F9D24D
Tints of Kournikova #F9D24D
RGB
CMYK
RGB Variations
Color information
#F9D24D (or 0xF9D24D) is known color: Kournikova. HEX triplet: F9, D2 and 4D. RGB value is (249,210,77). Sum of RGB (Red+Green+Blue) = 249+210+77=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 77 (30.47% from 255 or 14.37% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D24D is #062DB2. Grayscale: #CFCFCF. Windows color (decimal): -404915 or 5100281. OLE color: 5100281.
HSL color Cylindrical-coordinate representation of color #F9D24D: hue angle of 46.4º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9D24D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 77 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.02 |
| HSL | 46.4º | 0.93% | 0.64% | - |
| HSV(B) | 46.4º | 0.69% | 0.98% | - |
| XYZ | 63.45 | 66.77 | 16.56 | - |
| YUV | 206.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 77 | 0 | 0.16 | 0.69 | 0.02 | 46.4 | 0.93 | 0.64 |
| Hex | F9 | D2 | 4D | 0 | 10 | 45 | 2 | 2E | 5D | 40 |
| Octal | 371 | 322 | 115 | 0 | 20 | 105 | 2 | 56 | 135 | 100 |
| Binary | 11111001 | 11010010 | 1001101 | 0 | 10000 | 1000101 | 10 | 101110 | 1011101 | 1000000 |
Color Harmonies of #F9D24D
Complementary color
Monochromatic Colors of #F9D24D
Black with #F9D24D
Text Example
Text Example
White with #F9D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D24D; }
p { color: rgb(249,210,77); }
H1.HeaderClassName
{
color: #F9D24D;
}
.AnyTagClassName
{
color: #F9D24D;
}
</style>
background-color css
<style>
a { background-color: #F9D24D; }
a { background-color: rgb(249,210,77); }
div.DivClassName
{
background-color: #F9D24D;
}
.BgClassName
{
background-color: #F9D24D;
}
</style>
border-color css
<style>
span { border-color: #F9D24D; }
span { border-color: rgb(249,210,77); }
td.TdClassName
{
border-color: #F9D24D;
}
.TagClassName
{
border-color: #F9D24D;
}
</style>