Shades of Kournikova #F5CE5B
Tints of Kournikova #F5CE5B
RGB
CMYK
RGB Variations
Color information
#F5CE5B (or 0xF5CE5B) is known color: Kournikova. HEX triplet: F5, CE and 5B. RGB value is (245,206,91). Sum of RGB (Red+Green+Blue) = 245+206+91=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE5B is #0A31A4. Grayscale: #CDCDCD. Windows color (decimal): -668069 or 6016757. OLE color: 6016757.
HSL color Cylindrical-coordinate representation of color #F5CE5B: hue angle of 44.81º 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 #F5CE5B is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 91 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.04 |
| HSL | 44.81º | 0.89% | 0.66% | - |
| HSV(B) | 44.81º | 0.63% | 0.96% | - |
| XYZ | 61.62 | 64.31 | 19.06 | - |
| YUV | 204.55 | 63.92 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 91 | 0 | 0.16 | 0.63 | 0.04 | 44.81 | 0.89 | 0.66 |
| Hex | F5 | CE | 5B | 0 | 10 | 3F | 4 | 2D | 59 | 42 |
| Octal | 365 | 316 | 133 | 0 | 20 | 77 | 4 | 55 | 131 | 102 |
| Binary | 11110101 | 11001110 | 1011011 | 0 | 10000 | 111111 | 100 | 101101 | 1011001 | 1000010 |
Color Harmonies of #F5CE5B
Complementary color
Monochromatic Colors of #F5CE5B
Black with #F5CE5B
Text Example
Text Example
White with #F5CE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE5B; }
p { color: rgb(245,206,91); }
H1.HeaderClassName
{
color: #F5CE5B;
}
.AnyTagClassName
{
color: #F5CE5B;
}
</style>
background-color css
<style>
a { background-color: #F5CE5B; }
a { background-color: rgb(245,206,91); }
div.DivClassName
{
background-color: #F5CE5B;
}
.BgClassName
{
background-color: #F5CE5B;
}
</style>
border-color css
<style>
span { border-color: #F5CE5B; }
span { border-color: rgb(245,206,91); }
td.TdClassName
{
border-color: #F5CE5B;
}
.TagClassName
{
border-color: #F5CE5B;
}
</style>