Shades of Kournikova #FECE55
Tints of Kournikova #FECE55
RGB
CMYK
RGB Variations
Color information
#FECE55 (or 0xFECE55) is known color: Kournikova. HEX triplet: FE, CE and 55. RGB value is (254,206,85). Sum of RGB (Red+Green+Blue) = 254+206+85=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE55 is #0131AA. Grayscale: #CFCFCF. Windows color (decimal): -78251 or 5623550. OLE color: 5623550.
HSL color Cylindrical-coordinate representation of color #FECE55: hue angle of 42.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FECE55 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 85 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.00 |
| HSL | 42.96º | 0.99% | 0.66% | - |
| HSV(B) | 42.96º | 0.67% | 1% | - |
| XYZ | 64.58 | 65.87 | 17.9 | - |
| YUV | 206.56 | 59.4 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 85 | 0 | 0.19 | 0.67 | 0.00 | 42.96 | 0.99 | 0.66 |
| Hex | FE | CE | 55 | 0 | 13 | 43 | 0 | 2B | 63 | 42 |
| Octal | 376 | 316 | 125 | 0 | 23 | 103 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001110 | 1010101 | 0 | 10011 | 1000011 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECE55
Complementary color
Monochromatic Colors of #FECE55
Black with #FECE55
Text Example
Text Example
White with #FECE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE55; }
p { color: rgb(254,206,85); }
H1.HeaderClassName
{
color: #FECE55;
}
.AnyTagClassName
{
color: #FECE55;
}
</style>
background-color css
<style>
a { background-color: #FECE55; }
a { background-color: rgb(254,206,85); }
div.DivClassName
{
background-color: #FECE55;
}
.BgClassName
{
background-color: #FECE55;
}
</style>
border-color css
<style>
span { border-color: #FECE55; }
span { border-color: rgb(254,206,85); }
td.TdClassName
{
border-color: #FECE55;
}
.TagClassName
{
border-color: #FECE55;
}
</style>