Shades of Kournikova #FECA5E
Tints of Kournikova #FECA5E
RGB
CMYK
RGB Variations
Color information
#FECA5E (or 0xFECA5E) is known color: Kournikova. HEX triplet: FE, CA and 5E. RGB value is (254,202,94). Sum of RGB (Red+Green+Blue) = 254+202+94=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA5E is #0135A1. Grayscale: #CDCDCD. Windows color (decimal): -79266 or 6212350. OLE color: 6212350.
HSL color Cylindrical-coordinate representation of color #FECA5E: hue angle of 40.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FECA5E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 94 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.00 |
| HSL | 40.5º | 0.99% | 0.68% | - |
| HSV(B) | 40.5º | 0.63% | 1% | - |
| XYZ | 64.01 | 64.12 | 19.59 | - |
| YUV | 205.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 94 | 0 | 0.20 | 0.63 | 0.00 | 40.5 | 0.99 | 0.68 |
| Hex | FE | CA | 5E | 0 | 14 | 3F | 0 | 28 | 63 | 44 |
| Octal | 376 | 312 | 136 | 0 | 24 | 77 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001010 | 1011110 | 0 | 10100 | 111111 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FECA5E
Complementary color
Monochromatic Colors of #FECA5E
Black with #FECA5E
Text Example
Text Example
White with #FECA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA5E; }
p { color: rgb(254,202,94); }
H1.HeaderClassName
{
color: #FECA5E;
}
.AnyTagClassName
{
color: #FECA5E;
}
</style>
background-color css
<style>
a { background-color: #FECA5E; }
a { background-color: rgb(254,202,94); }
div.DivClassName
{
background-color: #FECA5E;
}
.BgClassName
{
background-color: #FECA5E;
}
</style>
border-color css
<style>
span { border-color: #FECA5E; }
span { border-color: rgb(254,202,94); }
td.TdClassName
{
border-color: #FECA5E;
}
.TagClassName
{
border-color: #FECA5E;
}
</style>