Shades of Kournikova #FECE5A
Tints of Kournikova #FECE5A
RGB
CMYK
RGB Variations
Color information
#FECE5A (or 0xFECE5A) is known color: Kournikova. HEX triplet: FE, CE and 5A. RGB value is (254,206,90). Sum of RGB (Red+Green+Blue) = 254+206+90=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE5A is #0131A5. Grayscale: #CFCFCF. Windows color (decimal): -78246 or 5951230. OLE color: 5951230.
HSL color Cylindrical-coordinate representation of color #FECE5A: hue angle of 42.44º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FECE5A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 90 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.00 |
| HSL | 42.44º | 0.99% | 0.67% | - |
| HSV(B) | 42.44º | 0.65% | 1% | - |
| XYZ | 64.79 | 65.95 | 18.99 | - |
| YUV | 207.13 | 61.9 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 90 | 0 | 0.19 | 0.65 | 0.00 | 42.44 | 0.99 | 0.67 |
| Hex | FE | CE | 5A | 0 | 13 | 41 | 0 | 2A | 63 | 43 |
| Octal | 376 | 316 | 132 | 0 | 23 | 101 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001110 | 1011010 | 0 | 10011 | 1000001 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECE5A
Complementary color
Monochromatic Colors of #FECE5A
Black with #FECE5A
Text Example
Text Example
White with #FECE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE5A; }
p { color: rgb(254,206,90); }
H1.HeaderClassName
{
color: #FECE5A;
}
.AnyTagClassName
{
color: #FECE5A;
}
</style>
background-color css
<style>
a { background-color: #FECE5A; }
a { background-color: rgb(254,206,90); }
div.DivClassName
{
background-color: #FECE5A;
}
.BgClassName
{
background-color: #FECE5A;
}
</style>
border-color css
<style>
span { border-color: #FECE5A; }
span { border-color: rgb(254,206,90); }
td.TdClassName
{
border-color: #FECE5A;
}
.TagClassName
{
border-color: #FECE5A;
}
</style>