Shades of Kournikova #F5CB54
Tints of Kournikova #F5CB54
RGB
CMYK
RGB Variations
Color information
#F5CB54 (or 0xF5CB54) is known color: Kournikova. HEX triplet: F5, CB and 54. RGB value is (245,203,84). Sum of RGB (Red+Green+Blue) = 245+203+84=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB54 is #0A34AB. Grayscale: #CACACA. Windows color (decimal): -668844 or 5557237. OLE color: 5557237.
HSL color Cylindrical-coordinate representation of color #F5CB54: hue angle of 44.35º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5CB54 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 203 | 84 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.04 |
| HSL | 44.35º | 0.89% | 0.65% | - |
| HSV(B) | 44.35º | 0.66% | 0.96% | - |
| XYZ | 60.61 | 62.76 | 17.31 | - |
| YUV | 201.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 203 | 84 | 0 | 0.17 | 0.66 | 0.04 | 44.35 | 0.89 | 0.65 |
| Hex | F5 | CB | 54 | 0 | 11 | 42 | 4 | 2C | 59 | 41 |
| Octal | 365 | 313 | 124 | 0 | 21 | 102 | 4 | 54 | 131 | 101 |
| Binary | 11110101 | 11001011 | 1010100 | 0 | 10001 | 1000010 | 100 | 101100 | 1011001 | 1000001 |
Color Harmonies of #F5CB54
Complementary color
Monochromatic Colors of #F5CB54
Black with #F5CB54
Text Example
Text Example
White with #F5CB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CB54; }
p { color: rgb(245,203,84); }
H1.HeaderClassName
{
color: #F5CB54;
}
.AnyTagClassName
{
color: #F5CB54;
}
</style>
background-color css
<style>
a { background-color: #F5CB54; }
a { background-color: rgb(245,203,84); }
div.DivClassName
{
background-color: #F5CB54;
}
.BgClassName
{
background-color: #F5CB54;
}
</style>
border-color css
<style>
span { border-color: #F5CB54; }
span { border-color: rgb(245,203,84); }
td.TdClassName
{
border-color: #F5CB54;
}
.TagClassName
{
border-color: #F5CB54;
}
</style>