Shades of Kournikova #FECC5A
Tints of Kournikova #FECC5A
RGB
CMYK
RGB Variations
Color information
#FECC5A (or 0xFECC5A) is known color: Kournikova. HEX triplet: FE, CC and 5A. RGB value is (254,204,90). Sum of RGB (Red+Green+Blue) = 254+204+90=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC5A is #0133A5. Grayscale: #CECECE. Windows color (decimal): -78758 or 5950718. OLE color: 5950718.
HSL color Cylindrical-coordinate representation of color #FECC5A: hue angle of 41.71º 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 #FECC5A is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 90 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.00 |
| HSL | 41.71º | 0.99% | 0.67% | - |
| HSV(B) | 41.71º | 0.65% | 1% | - |
| XYZ | 64.31 | 64.99 | 18.83 | - |
| YUV | 205.95 | 62.57 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 90 | 0 | 0.20 | 0.65 | 0.00 | 41.71 | 0.99 | 0.67 |
| Hex | FE | CC | 5A | 0 | 14 | 41 | 0 | 2A | 63 | 43 |
| Octal | 376 | 314 | 132 | 0 | 24 | 101 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001100 | 1011010 | 0 | 10100 | 1000001 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECC5A
Complementary color
Monochromatic Colors of #FECC5A
Black with #FECC5A
Text Example
Text Example
White with #FECC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC5A; }
p { color: rgb(254,204,90); }
H1.HeaderClassName
{
color: #FECC5A;
}
.AnyTagClassName
{
color: #FECC5A;
}
</style>
background-color css
<style>
a { background-color: #FECC5A; }
a { background-color: rgb(254,204,90); }
div.DivClassName
{
background-color: #FECC5A;
}
.BgClassName
{
background-color: #FECC5A;
}
</style>
border-color css
<style>
span { border-color: #FECC5A; }
span { border-color: rgb(254,204,90); }
td.TdClassName
{
border-color: #FECC5A;
}
.TagClassName
{
border-color: #FECC5A;
}
</style>