Shades of Kournikova #FECD5A
Tints of Kournikova #FECD5A
RGB
CMYK
RGB Variations
Color information
#FECD5A (or 0xFECD5A) is known color: Kournikova. HEX triplet: FE, CD and 5A. RGB value is (254,205,90). Sum of RGB (Red+Green+Blue) = 254+205+90=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 90 (35.55% from 255 or 16.39% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD5A is #0132A5. Grayscale: #CFCFCF. Windows color (decimal): -78502 or 5950974. OLE color: 5950974.
HSL color Cylindrical-coordinate representation of color #FECD5A: hue angle of 42.07º 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 #FECD5A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 90 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.00 |
| HSL | 42.07º | 0.99% | 0.67% | - |
| HSV(B) | 42.07º | 0.65% | 1% | - |
| XYZ | 64.55 | 65.47 | 18.91 | - |
| YUV | 206.54 | 62.23 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 90 | 0 | 0.19 | 0.65 | 0.00 | 42.07 | 0.99 | 0.67 |
| Hex | FE | CD | 5A | 0 | 13 | 41 | 0 | 2A | 63 | 43 |
| Octal | 376 | 315 | 132 | 0 | 23 | 101 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001101 | 1011010 | 0 | 10011 | 1000001 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECD5A
Complementary color
Monochromatic Colors of #FECD5A
Black with #FECD5A
Text Example
Text Example
White with #FECD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD5A; }
p { color: rgb(254,205,90); }
H1.HeaderClassName
{
color: #FECD5A;
}
.AnyTagClassName
{
color: #FECD5A;
}
</style>
background-color css
<style>
a { background-color: #FECD5A; }
a { background-color: rgb(254,205,90); }
div.DivClassName
{
background-color: #FECD5A;
}
.BgClassName
{
background-color: #FECD5A;
}
</style>
border-color css
<style>
span { border-color: #FECD5A; }
span { border-color: rgb(254,205,90); }
td.TdClassName
{
border-color: #FECD5A;
}
.TagClassName
{
border-color: #FECD5A;
}
</style>