Shades of Kournikova #FECC5D
Tints of Kournikova #FECC5D
RGB
CMYK
RGB Variations
Color information
#FECC5D (or 0xFECC5D) is known color: Kournikova. HEX triplet: FE, CC and 5D. RGB value is (254,204,93). Sum of RGB (Red+Green+Blue) = 254+204+93=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC5D is #0133A2. Grayscale: #CECECE. Windows color (decimal): -78755 or 6147326. OLE color: 6147326.
HSL color Cylindrical-coordinate representation of color #FECC5D: hue angle of 41.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FECC5D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 93 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.00 |
| HSL | 41.37º | 0.99% | 0.68% | - |
| HSV(B) | 41.37º | 0.63% | 1% | - |
| XYZ | 64.44 | 65.05 | 19.51 | - |
| YUV | 206.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 93 | 0 | 0.20 | 0.63 | 0.00 | 41.37 | 0.99 | 0.68 |
| Hex | FE | CC | 5D | 0 | 14 | 3F | 0 | 29 | 63 | 44 |
| Octal | 376 | 314 | 135 | 0 | 24 | 77 | 0 | 51 | 143 | 104 |
| Binary | 11111110 | 11001100 | 1011101 | 0 | 10100 | 111111 | 0 | 101001 | 1100011 | 1000100 |
Color Harmonies of #FECC5D
Complementary color
Monochromatic Colors of #FECC5D
Black with #FECC5D
Text Example
Text Example
White with #FECC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC5D; }
p { color: rgb(254,204,93); }
H1.HeaderClassName
{
color: #FECC5D;
}
.AnyTagClassName
{
color: #FECC5D;
}
</style>
background-color css
<style>
a { background-color: #FECC5D; }
a { background-color: rgb(254,204,93); }
div.DivClassName
{
background-color: #FECC5D;
}
.BgClassName
{
background-color: #FECC5D;
}
</style>
border-color css
<style>
span { border-color: #FECC5D; }
span { border-color: rgb(254,204,93); }
td.TdClassName
{
border-color: #FECC5D;
}
.TagClassName
{
border-color: #FECC5D;
}
</style>