Shades of Kournikova #FECA5D
Tints of Kournikova #FECA5D
RGB
CMYK
RGB Variations
Color information
#FECA5D (or 0xFECA5D) is known color: Kournikova. HEX triplet: FE, CA and 5D. RGB value is (254,202,93). Sum of RGB (Red+Green+Blue) = 254+202+93=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECA5D is #0135A2. Grayscale: #CDCDCD. Windows color (decimal): -79267 or 6146814. OLE color: 6146814.
HSL color Cylindrical-coordinate representation of color #FECA5D: hue angle of 40.62º 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 #FECA5D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 202 | 93 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.00 |
| HSL | 40.62º | 0.99% | 0.68% | - |
| HSV(B) | 40.62º | 0.63% | 1% | - |
| XYZ | 63.97 | 64.1 | 19.36 | - |
| YUV | 205.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 202 | 93 | 0 | 0.20 | 0.63 | 0.00 | 40.62 | 0.99 | 0.68 |
| Hex | FE | CA | 5D | 0 | 14 | 3F | 0 | 29 | 63 | 44 |
| Octal | 376 | 312 | 135 | 0 | 24 | 77 | 0 | 51 | 143 | 104 |
| Binary | 11111110 | 11001010 | 1011101 | 0 | 10100 | 111111 | 0 | 101001 | 1100011 | 1000100 |
Color Harmonies of #FECA5D
Complementary color
Monochromatic Colors of #FECA5D
Black with #FECA5D
Text Example
Text Example
White with #FECA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECA5D; }
p { color: rgb(254,202,93); }
H1.HeaderClassName
{
color: #FECA5D;
}
.AnyTagClassName
{
color: #FECA5D;
}
</style>
background-color css
<style>
a { background-color: #FECA5D; }
a { background-color: rgb(254,202,93); }
div.DivClassName
{
background-color: #FECA5D;
}
.BgClassName
{
background-color: #FECA5D;
}
</style>
border-color css
<style>
span { border-color: #FECA5D; }
span { border-color: rgb(254,202,93); }
td.TdClassName
{
border-color: #FECA5D;
}
.TagClassName
{
border-color: #FECA5D;
}
</style>