Shades of Kournikova #FECC57
Tints of Kournikova #FECC57
RGB
CMYK
RGB Variations
Color information
#FECC57 (or 0xFECC57) is known color: Kournikova. HEX triplet: FE, CC and 57. RGB value is (254,204,87). Sum of RGB (Red+Green+Blue) = 254+204+87=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC57 is #0133A8. Grayscale: #CECECE. Windows color (decimal): -78761 or 5754110. OLE color: 5754110.
HSL color Cylindrical-coordinate representation of color #FECC57: hue angle of 42.04º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FECC57 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 87 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.00 |
| HSL | 42.04º | 0.99% | 0.67% | - |
| HSV(B) | 42.04º | 0.66% | 1% | - |
| XYZ | 64.19 | 64.94 | 18.17 | - |
| YUV | 205.61 | 61.07 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 87 | 0 | 0.20 | 0.66 | 0.00 | 42.04 | 0.99 | 0.67 |
| Hex | FE | CC | 57 | 0 | 14 | 42 | 0 | 2A | 63 | 43 |
| Octal | 376 | 314 | 127 | 0 | 24 | 102 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001100 | 1010111 | 0 | 10100 | 1000010 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECC57
Complementary color
Monochromatic Colors of #FECC57
Black with #FECC57
Text Example
Text Example
White with #FECC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC57; }
p { color: rgb(254,204,87); }
H1.HeaderClassName
{
color: #FECC57;
}
.AnyTagClassName
{
color: #FECC57;
}
</style>
background-color css
<style>
a { background-color: #FECC57; }
a { background-color: rgb(254,204,87); }
div.DivClassName
{
background-color: #FECC57;
}
.BgClassName
{
background-color: #FECC57;
}
</style>
border-color css
<style>
span { border-color: #FECC57; }
span { border-color: rgb(254,204,87); }
td.TdClassName
{
border-color: #FECC57;
}
.TagClassName
{
border-color: #FECC57;
}
</style>