Shades of Kournikova #FECC58
Tints of Kournikova #FECC58
RGB
CMYK
RGB Variations
Color information
#FECC58 (or 0xFECC58) is known color: Kournikova. HEX triplet: FE, CC and 58. RGB value is (254,204,88). Sum of RGB (Red+Green+Blue) = 254+204+88=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC58 is #0133A7. Grayscale: #CECECE. Windows color (decimal): -78760 or 5819646. OLE color: 5819646.
HSL color Cylindrical-coordinate representation of color #FECC58: hue angle of 41.93º 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 #FECC58 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 88 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.00 |
| HSL | 41.93º | 0.99% | 0.67% | - |
| HSV(B) | 41.93º | 0.65% | 1% | - |
| XYZ | 64.23 | 64.96 | 18.39 | - |
| YUV | 205.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 88 | 0 | 0.20 | 0.65 | 0.00 | 41.93 | 0.99 | 0.67 |
| Hex | FE | CC | 58 | 0 | 14 | 41 | 0 | 2A | 63 | 43 |
| Octal | 376 | 314 | 130 | 0 | 24 | 101 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001100 | 1011000 | 0 | 10100 | 1000001 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECC58
Complementary color
Monochromatic Colors of #FECC58
Black with #FECC58
Text Example
Text Example
White with #FECC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC58; }
p { color: rgb(254,204,88); }
H1.HeaderClassName
{
color: #FECC58;
}
.AnyTagClassName
{
color: #FECC58;
}
</style>
background-color css
<style>
a { background-color: #FECC58; }
a { background-color: rgb(254,204,88); }
div.DivClassName
{
background-color: #FECC58;
}
.BgClassName
{
background-color: #FECC58;
}
</style>
border-color css
<style>
span { border-color: #FECC58; }
span { border-color: rgb(254,204,88); }
td.TdClassName
{
border-color: #FECC58;
}
.TagClassName
{
border-color: #FECC58;
}
</style>