Shades of Kournikova #F5C65E
Tints of Kournikova #F5C65E
RGB
CMYK
RGB Variations
Color information
#F5C65E (or 0xF5C65E) is known color: Kournikova. HEX triplet: F5, C6 and 5E. RGB value is (245,198,94). Sum of RGB (Red+Green+Blue) = 245+198+94=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C65E is #0A39A1. Grayscale: #C8C8C8. Windows color (decimal): -670114 or 6211317. OLE color: 6211317.
HSL color Cylindrical-coordinate representation of color #F5C65E: hue angle of 41.32º 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 #F5C65E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 94 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.04 |
| HSL | 41.32º | 0.88% | 0.66% | - |
| HSV(B) | 41.32º | 0.62% | 0.96% | - |
| XYZ | 59.87 | 60.61 | 19.13 | - |
| YUV | 200.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 94 | 0 | 0.19 | 0.62 | 0.04 | 41.32 | 0.88 | 0.66 |
| Hex | F5 | C6 | 5E | 0 | 13 | 3E | 4 | 29 | 58 | 42 |
| Octal | 365 | 306 | 136 | 0 | 23 | 76 | 4 | 51 | 130 | 102 |
| Binary | 11110101 | 11000110 | 1011110 | 0 | 10011 | 111110 | 100 | 101001 | 1011000 | 1000010 |
Color Harmonies of #F5C65E
Complementary color
Monochromatic Colors of #F5C65E
Black with #F5C65E
Text Example
Text Example
White with #F5C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C65E; }
p { color: rgb(245,198,94); }
H1.HeaderClassName
{
color: #F5C65E;
}
.AnyTagClassName
{
color: #F5C65E;
}
</style>
background-color css
<style>
a { background-color: #F5C65E; }
a { background-color: rgb(245,198,94); }
div.DivClassName
{
background-color: #F5C65E;
}
.BgClassName
{
background-color: #F5C65E;
}
</style>
border-color css
<style>
span { border-color: #F5C65E; }
span { border-color: rgb(245,198,94); }
td.TdClassName
{
border-color: #F5C65E;
}
.TagClassName
{
border-color: #F5C65E;
}
</style>