Shades of Kournikova #FECA56
Tints of Kournikova #FECA56
RGB
CMYK
RGB Variations
Color information
#FECA56 (or 0xFECA56) is known color: Kournikova. HEX triplet: FE, CA and 56. RGB value is (254,202,86). Sum of RGB (Red+Green+Blue) = 254+202+86=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA56 is #0135A9. Grayscale: #CCCCCC. Windows color (decimal): -79274 or 5688062. OLE color: 5688062.
HSL color Cylindrical-coordinate representation of color #FECA56: hue angle of 41.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FECA56 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 86 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.00 |
| HSL | 41.43º | 0.99% | 0.67% | - |
| HSV(B) | 41.43º | 0.66% | 1% | - |
| XYZ | 63.67 | 63.98 | 17.8 | - |
| YUV | 204.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 86 | 0 | 0.20 | 0.66 | 0.00 | 41.43 | 0.99 | 0.67 |
| Hex | FE | CA | 56 | 0 | 14 | 42 | 0 | 29 | 63 | 43 |
| Octal | 376 | 312 | 126 | 0 | 24 | 102 | 0 | 51 | 143 | 103 |
| Binary | 11111110 | 11001010 | 1010110 | 0 | 10100 | 1000010 | 0 | 101001 | 1100011 | 1000011 |
Color Harmonies of #FECA56
Complementary color
Monochromatic Colors of #FECA56
Black with #FECA56
Text Example
Text Example
White with #FECA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA56; }
p { color: rgb(254,202,86); }
H1.HeaderClassName
{
color: #FECA56;
}
.AnyTagClassName
{
color: #FECA56;
}
</style>
background-color css
<style>
a { background-color: #FECA56; }
a { background-color: rgb(254,202,86); }
div.DivClassName
{
background-color: #FECA56;
}
.BgClassName
{
background-color: #FECA56;
}
</style>
border-color css
<style>
span { border-color: #FECA56; }
span { border-color: rgb(254,202,86); }
td.TdClassName
{
border-color: #FECA56;
}
.TagClassName
{
border-color: #FECA56;
}
</style>