Shades of Kournikova #F5CF5B
Tints of Kournikova #F5CF5B
RGB
CMYK
RGB Variations
Color information
#F5CF5B (or 0xF5CF5B) is known color: Kournikova. HEX triplet: F5, CF and 5B. RGB value is (245,207,91). Sum of RGB (Red+Green+Blue) = 245+207+91=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF5B is #0A30A4. Grayscale: #CDCDCD. Windows color (decimal): -667813 or 6017013. OLE color: 6017013.
HSL color Cylindrical-coordinate representation of color #F5CF5B: hue angle of 45.19º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5CF5B is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 207 | 91 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.04 |
| HSL | 45.19º | 0.89% | 0.66% | - |
| HSV(B) | 45.19º | 0.63% | 0.96% | - |
| XYZ | 61.86 | 64.79 | 19.14 | - |
| YUV | 205.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 207 | 91 | 0 | 0.16 | 0.63 | 0.04 | 45.19 | 0.89 | 0.66 |
| Hex | F5 | CF | 5B | 0 | 10 | 3F | 4 | 2D | 59 | 42 |
| Octal | 365 | 317 | 133 | 0 | 20 | 77 | 4 | 55 | 131 | 102 |
| Binary | 11110101 | 11001111 | 1011011 | 0 | 10000 | 111111 | 100 | 101101 | 1011001 | 1000010 |
Color Harmonies of #F5CF5B
Complementary color
Monochromatic Colors of #F5CF5B
Black with #F5CF5B
Text Example
Text Example
White with #F5CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CF5B; }
p { color: rgb(245,207,91); }
H1.HeaderClassName
{
color: #F5CF5B;
}
.AnyTagClassName
{
color: #F5CF5B;
}
</style>
background-color css
<style>
a { background-color: #F5CF5B; }
a { background-color: rgb(245,207,91); }
div.DivClassName
{
background-color: #F5CF5B;
}
.BgClassName
{
background-color: #F5CF5B;
}
</style>
border-color css
<style>
span { border-color: #F5CF5B; }
span { border-color: rgb(245,207,91); }
td.TdClassName
{
border-color: #F5CF5B;
}
.TagClassName
{
border-color: #F5CF5B;
}
</style>