Shades of Kournikova #F5D35C
Tints of Kournikova #F5D35C
RGB
CMYK
RGB Variations
Color information
#F5D35C (or 0xF5D35C) is known color: Kournikova. HEX triplet: F5, D3 and 5C. RGB value is (245,211,92). Sum of RGB (Red+Green+Blue) = 245+211+92=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D35C is #0A2CA3. Grayscale: #D0D0D0. Windows color (decimal): -666788 or 6083573. OLE color: 6083573.
HSL color Cylindrical-coordinate representation of color #F5D35C: hue angle of 46.67º 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 #F5D35C is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 92 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.04 |
| HSL | 46.67º | 0.88% | 0.66% | - |
| HSV(B) | 46.67º | 0.62% | 0.96% | - |
| XYZ | 62.88 | 66.77 | 19.7 | - |
| YUV | 207.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 92 | 0 | 0.14 | 0.62 | 0.04 | 46.67 | 0.88 | 0.66 |
| Hex | F5 | D3 | 5C | 0 | E | 3E | 4 | 2F | 58 | 42 |
| Octal | 365 | 323 | 134 | 0 | 16 | 76 | 4 | 57 | 130 | 102 |
| Binary | 11110101 | 11010011 | 1011100 | 0 | 1110 | 111110 | 100 | 101111 | 1011000 | 1000010 |
Color Harmonies of #F5D35C
Complementary color
Monochromatic Colors of #F5D35C
Black with #F5D35C
Text Example
Text Example
White with #F5D35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D35C; }
p { color: rgb(245,211,92); }
H1.HeaderClassName
{
color: #F5D35C;
}
.AnyTagClassName
{
color: #F5D35C;
}
</style>
background-color css
<style>
a { background-color: #F5D35C; }
a { background-color: rgb(245,211,92); }
div.DivClassName
{
background-color: #F5D35C;
}
.BgClassName
{
background-color: #F5D35C;
}
</style>
border-color css
<style>
span { border-color: #F5D35C; }
span { border-color: rgb(245,211,92); }
td.TdClassName
{
border-color: #F5D35C;
}
.TagClassName
{
border-color: #F5D35C;
}
</style>