Shades of Kournikova #F5D15D
Tints of Kournikova #F5D15D
RGB
CMYK
RGB Variations
Color information
#F5D15D (or 0xF5D15D) is known color: Kournikova. HEX triplet: F5, D1 and 5D. RGB value is (245,209,93). Sum of RGB (Red+Green+Blue) = 245+209+93=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D15D is #0A2EA2. Grayscale: #CFCFCF. Windows color (decimal): -667299 or 6148597. OLE color: 6148597.
HSL color Cylindrical-coordinate representation of color #F5D15D: hue angle of 45.79º 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 #F5D15D is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 93 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.04 |
| HSL | 45.79º | 0.88% | 0.66% | - |
| HSV(B) | 45.79º | 0.62% | 0.96% | - |
| XYZ | 62.43 | 65.8 | 19.77 | - |
| YUV | 206.54 | 63.93 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 93 | 0 | 0.15 | 0.62 | 0.04 | 45.79 | 0.88 | 0.66 |
| Hex | F5 | D1 | 5D | 0 | F | 3E | 4 | 2E | 58 | 42 |
| Octal | 365 | 321 | 135 | 0 | 17 | 76 | 4 | 56 | 130 | 102 |
| Binary | 11110101 | 11010001 | 1011101 | 0 | 1111 | 111110 | 100 | 101110 | 1011000 | 1000010 |
Color Harmonies of #F5D15D
Complementary color
Monochromatic Colors of #F5D15D
Black with #F5D15D
Text Example
Text Example
White with #F5D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D15D; }
p { color: rgb(245,209,93); }
H1.HeaderClassName
{
color: #F5D15D;
}
.AnyTagClassName
{
color: #F5D15D;
}
</style>
background-color css
<style>
a { background-color: #F5D15D; }
a { background-color: rgb(245,209,93); }
div.DivClassName
{
background-color: #F5D15D;
}
.BgClassName
{
background-color: #F5D15D;
}
</style>
border-color css
<style>
span { border-color: #F5D15D; }
span { border-color: rgb(245,209,93); }
td.TdClassName
{
border-color: #F5D15D;
}
.TagClassName
{
border-color: #F5D15D;
}
</style>