Shades of Kournikova #F5D25C
Tints of Kournikova #F5D25C
RGB
CMYK
RGB Variations
Color information
#F5D25C (or 0xF5D25C) is known color: Kournikova. HEX triplet: F5, D2 and 5C. RGB value is (245,210,92). Sum of RGB (Red+Green+Blue) = 245+210+92=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D25C is #0A2DA3. Grayscale: #CFCFCF. Windows color (decimal): -667044 or 6083317. OLE color: 6083317.
HSL color Cylindrical-coordinate representation of color #F5D25C: hue angle of 46.27º 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 #F5D25C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 92 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.04 |
| HSL | 46.27º | 0.88% | 0.66% | - |
| HSV(B) | 46.27º | 0.62% | 0.96% | - |
| XYZ | 62.63 | 66.28 | 19.62 | - |
| YUV | 207.01 | 63.1 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 92 | 0 | 0.14 | 0.62 | 0.04 | 46.27 | 0.88 | 0.66 |
| Hex | F5 | D2 | 5C | 0 | E | 3E | 4 | 2E | 58 | 42 |
| Octal | 365 | 322 | 134 | 0 | 16 | 76 | 4 | 56 | 130 | 102 |
| Binary | 11110101 | 11010010 | 1011100 | 0 | 1110 | 111110 | 100 | 101110 | 1011000 | 1000010 |
Color Harmonies of #F5D25C
Complementary color
Monochromatic Colors of #F5D25C
Black with #F5D25C
Text Example
Text Example
White with #F5D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D25C; }
p { color: rgb(245,210,92); }
H1.HeaderClassName
{
color: #F5D25C;
}
.AnyTagClassName
{
color: #F5D25C;
}
</style>
background-color css
<style>
a { background-color: #F5D25C; }
a { background-color: rgb(245,210,92); }
div.DivClassName
{
background-color: #F5D25C;
}
.BgClassName
{
background-color: #F5D25C;
}
</style>
border-color css
<style>
span { border-color: #F5D25C; }
span { border-color: rgb(245,210,92); }
td.TdClassName
{
border-color: #F5D25C;
}
.TagClassName
{
border-color: #F5D25C;
}
</style>