Shades of Kournikova #FECA4E
Tints of Kournikova #FECA4E
RGB
CMYK
RGB Variations
Color information
#FECA4E (or 0xFECA4E) is known color: Kournikova. HEX triplet: FE, CA and 4E. RGB value is (254,202,78). Sum of RGB (Red+Green+Blue) = 254+202+78=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA4E is #0135B1. Grayscale: #CBCBCB. Windows color (decimal): -79282 or 5163774. OLE color: 5163774.
HSL color Cylindrical-coordinate representation of color #FECA4E: hue angle of 42.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FECA4E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 78 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.00 |
| HSL | 42.27º | 0.99% | 0.65% | - |
| HSV(B) | 42.27º | 0.69% | 1% | - |
| XYZ | 63.37 | 63.86 | 16.19 | - |
| YUV | 203.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 78 | 0 | 0.20 | 0.69 | 0.00 | 42.27 | 0.99 | 0.65 |
| Hex | FE | CA | 4E | 0 | 14 | 45 | 0 | 2A | 63 | 41 |
| Octal | 376 | 312 | 116 | 0 | 24 | 105 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001010 | 1001110 | 0 | 10100 | 1000101 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FECA4E
Complementary color
Monochromatic Colors of #FECA4E
Black with #FECA4E
Text Example
Text Example
White with #FECA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA4E; }
p { color: rgb(254,202,78); }
H1.HeaderClassName
{
color: #FECA4E;
}
.AnyTagClassName
{
color: #FECA4E;
}
</style>
background-color css
<style>
a { background-color: #FECA4E; }
a { background-color: rgb(254,202,78); }
div.DivClassName
{
background-color: #FECA4E;
}
.BgClassName
{
background-color: #FECA4E;
}
</style>
border-color css
<style>
span { border-color: #FECA4E; }
span { border-color: rgb(254,202,78); }
td.TdClassName
{
border-color: #FECA4E;
}
.TagClassName
{
border-color: #FECA4E;
}
</style>