Shades of Kournikova #F5CE4E
Tints of Kournikova #F5CE4E
RGB
CMYK
RGB Variations
Color information
#F5CE4E (or 0xF5CE4E) is known color: Kournikova. HEX triplet: F5, CE and 4E. RGB value is (245,206,78). Sum of RGB (Red+Green+Blue) = 245+206+78=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE4E is #0A31B1. Grayscale: #CBCBCB. Windows color (decimal): -668082 or 5164789. OLE color: 5164789.
HSL color Cylindrical-coordinate representation of color #F5CE4E: hue angle of 45.99º 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 #F5CE4E is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 78 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.04 |
| HSL | 45.99º | 0.89% | 0.63% | - |
| HSV(B) | 45.99º | 0.68% | 0.96% | - |
| XYZ | 61.1 | 64.11 | 16.36 | - |
| YUV | 203.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 78 | 0 | 0.16 | 0.68 | 0.04 | 45.99 | 0.89 | 0.63 |
| Hex | F5 | CE | 4E | 0 | 10 | 44 | 4 | 2E | 59 | 3F |
| Octal | 365 | 316 | 116 | 0 | 20 | 104 | 4 | 56 | 131 | 77 |
| Binary | 11110101 | 11001110 | 1001110 | 0 | 10000 | 1000100 | 100 | 101110 | 1011001 | 111111 |
Color Harmonies of #F5CE4E
Complementary color
Monochromatic Colors of #F5CE4E
Black with #F5CE4E
Text Example
Text Example
White with #F5CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE4E; }
p { color: rgb(245,206,78); }
H1.HeaderClassName
{
color: #F5CE4E;
}
.AnyTagClassName
{
color: #F5CE4E;
}
</style>
background-color css
<style>
a { background-color: #F5CE4E; }
a { background-color: rgb(245,206,78); }
div.DivClassName
{
background-color: #F5CE4E;
}
.BgClassName
{
background-color: #F5CE4E;
}
</style>
border-color css
<style>
span { border-color: #F5CE4E; }
span { border-color: rgb(245,206,78); }
td.TdClassName
{
border-color: #F5CE4E;
}
.TagClassName
{
border-color: #F5CE4E;
}
</style>