Shades of Kournikova #F9D25A
Tints of Kournikova #F9D25A
RGB
CMYK
RGB Variations
Color information
#F9D25A (or 0xF9D25A) is known color: Kournikova. HEX triplet: F9, D2 and 5A. RGB value is (249,210,90). Sum of RGB (Red+Green+Blue) = 249+210+90=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D25A is #062DA5. Grayscale: #D0D0D0. Windows color (decimal): -404902 or 5952249. OLE color: 5952249.
HSL color Cylindrical-coordinate representation of color #F9D25A: hue angle of 45.28º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9D25A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 90 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.02 |
| HSL | 45.28º | 0.93% | 0.66% | - |
| HSV(B) | 45.28º | 0.64% | 0.98% | - |
| XYZ | 63.96 | 66.97 | 19.23 | - |
| YUV | 207.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 90 | 0 | 0.16 | 0.64 | 0.02 | 45.28 | 0.93 | 0.66 |
| Hex | F9 | D2 | 5A | 0 | 10 | 40 | 2 | 2D | 5D | 42 |
| Octal | 371 | 322 | 132 | 0 | 20 | 100 | 2 | 55 | 135 | 102 |
| Binary | 11111001 | 11010010 | 1011010 | 0 | 10000 | 1000000 | 10 | 101101 | 1011101 | 1000010 |
Color Harmonies of #F9D25A
Complementary color
Monochromatic Colors of #F9D25A
Black with #F9D25A
Text Example
Text Example
White with #F9D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D25A; }
p { color: rgb(249,210,90); }
H1.HeaderClassName
{
color: #F9D25A;
}
.AnyTagClassName
{
color: #F9D25A;
}
</style>
background-color css
<style>
a { background-color: #F9D25A; }
a { background-color: rgb(249,210,90); }
div.DivClassName
{
background-color: #F9D25A;
}
.BgClassName
{
background-color: #F9D25A;
}
</style>
border-color css
<style>
span { border-color: #F9D25A; }
span { border-color: rgb(249,210,90); }
td.TdClassName
{
border-color: #F9D25A;
}
.TagClassName
{
border-color: #F9D25A;
}
</style>