Shades of Kournikova #F5D05E
Tints of Kournikova #F5D05E
RGB
CMYK
RGB Variations
Color information
#F5D05E (or 0xF5D05E) is known color: Kournikova. HEX triplet: F5, D0 and 5E. RGB value is (245,208,94). Sum of RGB (Red+Green+Blue) = 245+208+94=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D05E is #0A2FA1. Grayscale: #CECECE. Windows color (decimal): -667554 or 6213877. OLE color: 6213877.
HSL color Cylindrical-coordinate representation of color #F5D05E: hue angle of 45.3º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5D05E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 94 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.04 |
| HSL | 45.3º | 0.88% | 0.66% | - |
| HSV(B) | 45.3º | 0.62% | 0.96% | - |
| XYZ | 62.23 | 65.33 | 19.92 | - |
| YUV | 206.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 94 | 0 | 0.15 | 0.62 | 0.04 | 45.3 | 0.88 | 0.66 |
| Hex | F5 | D0 | 5E | 0 | F | 3E | 4 | 2D | 58 | 42 |
| Octal | 365 | 320 | 136 | 0 | 17 | 76 | 4 | 55 | 130 | 102 |
| Binary | 11110101 | 11010000 | 1011110 | 0 | 1111 | 111110 | 100 | 101101 | 1011000 | 1000010 |
Color Harmonies of #F5D05E
Complementary color
Monochromatic Colors of #F5D05E
Black with #F5D05E
Text Example
Text Example
White with #F5D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D05E; }
p { color: rgb(245,208,94); }
H1.HeaderClassName
{
color: #F5D05E;
}
.AnyTagClassName
{
color: #F5D05E;
}
</style>
background-color css
<style>
a { background-color: #F5D05E; }
a { background-color: rgb(245,208,94); }
div.DivClassName
{
background-color: #F5D05E;
}
.BgClassName
{
background-color: #F5D05E;
}
</style>
border-color css
<style>
span { border-color: #F5D05E; }
span { border-color: rgb(245,208,94); }
td.TdClassName
{
border-color: #F5D05E;
}
.TagClassName
{
border-color: #F5D05E;
}
</style>