Shades of Kournikova #FECA5F
Tints of Kournikova #FECA5F
RGB
CMYK
RGB Variations
Color information
#FECA5F (or 0xFECA5F) is known color: Kournikova. HEX triplet: FE, CA and 5F. RGB value is (254,202,95). Sum of RGB (Red+Green+Blue) = 254+202+95=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 95 (37.5% from 255 or 17.24% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA5F is #0135A0. Grayscale: #CDCDCD. Windows color (decimal): -79265 or 6277886. OLE color: 6277886.
HSL color Cylindrical-coordinate representation of color #FECA5F: hue angle of 40.38º 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 #FECA5F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 95 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.00 |
| HSL | 40.38º | 0.99% | 0.68% | - |
| HSV(B) | 40.38º | 0.63% | 1% | - |
| XYZ | 64.06 | 64.14 | 19.83 | - |
| YUV | 205.35 | 65.73 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 95 | 0 | 0.20 | 0.63 | 0.00 | 40.38 | 0.99 | 0.68 |
| Hex | FE | CA | 5F | 0 | 14 | 3F | 0 | 28 | 63 | 44 |
| Octal | 376 | 312 | 137 | 0 | 24 | 77 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001010 | 1011111 | 0 | 10100 | 111111 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FECA5F
Complementary color
Monochromatic Colors of #FECA5F
Black with #FECA5F
Text Example
Text Example
White with #FECA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA5F; }
p { color: rgb(254,202,95); }
H1.HeaderClassName
{
color: #FECA5F;
}
.AnyTagClassName
{
color: #FECA5F;
}
</style>
background-color css
<style>
a { background-color: #FECA5F; }
a { background-color: rgb(254,202,95); }
div.DivClassName
{
background-color: #FECA5F;
}
.BgClassName
{
background-color: #FECA5F;
}
</style>
border-color css
<style>
span { border-color: #FECA5F; }
span { border-color: rgb(254,202,95); }
td.TdClassName
{
border-color: #FECA5F;
}
.TagClassName
{
border-color: #FECA5F;
}
</style>