Shades of Kournikova #FECC52
Tints of Kournikova #FECC52
RGB
CMYK
RGB Variations
Color information
#FECC52 (or 0xFECC52) is known color: Kournikova. HEX triplet: FE, CC and 52. RGB value is (254,204,82). Sum of RGB (Red+Green+Blue) = 254+204+82=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC52 is #0133AD. Grayscale: #CDCDCD. Windows color (decimal): -78766 or 5426430. OLE color: 5426430.
HSL color Cylindrical-coordinate representation of color #FECC52: hue angle of 42.56º 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 #FECC52 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 82 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.00 |
| HSL | 42.56º | 0.99% | 0.66% | - |
| HSV(B) | 42.56º | 0.68% | 1% | - |
| XYZ | 63.99 | 64.87 | 17.13 | - |
| YUV | 205.04 | 58.57 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 82 | 0 | 0.20 | 0.68 | 0.00 | 42.56 | 0.99 | 0.66 |
| Hex | FE | CC | 52 | 0 | 14 | 44 | 0 | 2B | 63 | 42 |
| Octal | 376 | 314 | 122 | 0 | 24 | 104 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001100 | 1010010 | 0 | 10100 | 1000100 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECC52
Complementary color
Monochromatic Colors of #FECC52
Black with #FECC52
Text Example
Text Example
White with #FECC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC52; }
p { color: rgb(254,204,82); }
H1.HeaderClassName
{
color: #FECC52;
}
.AnyTagClassName
{
color: #FECC52;
}
</style>
background-color css
<style>
a { background-color: #FECC52; }
a { background-color: rgb(254,204,82); }
div.DivClassName
{
background-color: #FECC52;
}
.BgClassName
{
background-color: #FECC52;
}
</style>
border-color css
<style>
span { border-color: #FECC52; }
span { border-color: rgb(254,204,82); }
td.TdClassName
{
border-color: #FECC52;
}
.TagClassName
{
border-color: #FECC52;
}
</style>