Shades of Kournikova #FECD59
Tints of Kournikova #FECD59
RGB
CMYK
RGB Variations
Color information
#FECD59 (or 0xFECD59) is known color: Kournikova. HEX triplet: FE, CD and 59. RGB value is (254,205,89). Sum of RGB (Red+Green+Blue) = 254+205+89=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 89 (35.16% from 255 or 16.24% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD59 is #0132A6. Grayscale: #CECECE. Windows color (decimal): -78503 or 5885438. OLE color: 5885438.
HSL color Cylindrical-coordinate representation of color #FECD59: hue angle of 42.18º 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 #FECD59 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 89 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.00 |
| HSL | 42.18º | 0.99% | 0.67% | - |
| HSV(B) | 42.18º | 0.65% | 1% | - |
| XYZ | 64.51 | 65.45 | 18.69 | - |
| YUV | 206.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 89 | 0 | 0.19 | 0.65 | 0.00 | 42.18 | 0.99 | 0.67 |
| Hex | FE | CD | 59 | 0 | 13 | 41 | 0 | 2A | 63 | 43 |
| Octal | 376 | 315 | 131 | 0 | 23 | 101 | 0 | 52 | 143 | 103 |
| Binary | 11111110 | 11001101 | 1011001 | 0 | 10011 | 1000001 | 0 | 101010 | 1100011 | 1000011 |
Color Harmonies of #FECD59
Complementary color
Monochromatic Colors of #FECD59
Black with #FECD59
Text Example
Text Example
White with #FECD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD59; }
p { color: rgb(254,205,89); }
H1.HeaderClassName
{
color: #FECD59;
}
.AnyTagClassName
{
color: #FECD59;
}
</style>
background-color css
<style>
a { background-color: #FECD59; }
a { background-color: rgb(254,205,89); }
div.DivClassName
{
background-color: #FECD59;
}
.BgClassName
{
background-color: #FECD59;
}
</style>
border-color css
<style>
span { border-color: #FECD59; }
span { border-color: rgb(254,205,89); }
td.TdClassName
{
border-color: #FECD59;
}
.TagClassName
{
border-color: #FECD59;
}
</style>