Shades of Kournikova #FECE52
Tints of Kournikova #FECE52
RGB
CMYK
RGB Variations
Color information
#FECE52 (or 0xFECE52) is known color: Kournikova. HEX triplet: FE, CE and 52. RGB value is (254,206,82). Sum of RGB (Red+Green+Blue) = 254+206+82=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECE52 is #0131AD. Grayscale: #CECECE. Windows color (decimal): -78254 or 5426942. OLE color: 5426942.
HSL color Cylindrical-coordinate representation of color #FECE52: hue angle of 43.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FECE52 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 82 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.00 |
| HSL | 43.26º | 0.99% | 0.66% | - |
| HSV(B) | 43.26º | 0.68% | 1% | - |
| XYZ | 64.47 | 65.82 | 17.29 | - |
| YUV | 206.22 | 57.9 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 82 | 0 | 0.19 | 0.68 | 0.00 | 43.26 | 0.99 | 0.66 |
| Hex | FE | CE | 52 | 0 | 13 | 44 | 0 | 2B | 63 | 42 |
| Octal | 376 | 316 | 122 | 0 | 23 | 104 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001110 | 1010010 | 0 | 10011 | 1000100 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECE52
Complementary color
Monochromatic Colors of #FECE52
Black with #FECE52
Text Example
Text Example
White with #FECE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE52; }
p { color: rgb(254,206,82); }
H1.HeaderClassName
{
color: #FECE52;
}
.AnyTagClassName
{
color: #FECE52;
}
</style>
background-color css
<style>
a { background-color: #FECE52; }
a { background-color: rgb(254,206,82); }
div.DivClassName
{
background-color: #FECE52;
}
.BgClassName
{
background-color: #FECE52;
}
</style>
border-color css
<style>
span { border-color: #FECE52; }
span { border-color: rgb(254,206,82); }
td.TdClassName
{
border-color: #FECE52;
}
.TagClassName
{
border-color: #FECE52;
}
</style>