Shades of Kournikova #F5CC4E
Tints of Kournikova #F5CC4E
RGB
CMYK
RGB Variations
Color information
#F5CC4E (or 0xF5CC4E) is known color: Kournikova. HEX triplet: F5, CC and 4E. RGB value is (245,204,78). Sum of RGB (Red+Green+Blue) = 245+204+78=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC4E is #0A33B1. Grayscale: #CACACA. Windows color (decimal): -668594 or 5164277. OLE color: 5164277.
HSL color Cylindrical-coordinate representation of color #F5CC4E: hue angle of 45.27º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F5CC4E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 78 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.04 |
| HSL | 45.27º | 0.89% | 0.63% | - |
| HSV(B) | 45.27º | 0.68% | 0.96% | - |
| XYZ | 60.62 | 63.15 | 16.2 | - |
| YUV | 201.9 | 58.08 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 78 | 0 | 0.17 | 0.68 | 0.04 | 45.27 | 0.89 | 0.63 |
| Hex | F5 | CC | 4E | 0 | 11 | 44 | 4 | 2D | 59 | 3F |
| Octal | 365 | 314 | 116 | 0 | 21 | 104 | 4 | 55 | 131 | 77 |
| Binary | 11110101 | 11001100 | 1001110 | 0 | 10001 | 1000100 | 100 | 101101 | 1011001 | 111111 |
Color Harmonies of #F5CC4E
Complementary color
Monochromatic Colors of #F5CC4E
Black with #F5CC4E
Text Example
Text Example
White with #F5CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC4E; }
p { color: rgb(245,204,78); }
H1.HeaderClassName
{
color: #F5CC4E;
}
.AnyTagClassName
{
color: #F5CC4E;
}
</style>
background-color css
<style>
a { background-color: #F5CC4E; }
a { background-color: rgb(245,204,78); }
div.DivClassName
{
background-color: #F5CC4E;
}
.BgClassName
{
background-color: #F5CC4E;
}
</style>
border-color css
<style>
span { border-color: #F5CC4E; }
span { border-color: rgb(245,204,78); }
td.TdClassName
{
border-color: #F5CC4E;
}
.TagClassName
{
border-color: #F5CC4E;
}
</style>