Shades of Kournikova #FECD55
Tints of Kournikova #FECD55
RGB
CMYK
RGB Variations
Color information
#FECD55 (or 0xFECD55) is known color: Kournikova. HEX triplet: FE, CD and 55. RGB value is (254,205,85). Sum of RGB (Red+Green+Blue) = 254+205+85=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 85 (33.59% from 255 or 15.62% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD55 is #0132AA. Grayscale: #CECECE. Windows color (decimal): -78507 or 5623294. OLE color: 5623294.
HSL color Cylindrical-coordinate representation of color #FECD55: hue angle of 42.6º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FECD55 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 85 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.00 |
| HSL | 42.6º | 0.99% | 0.66% | - |
| HSV(B) | 42.6º | 0.67% | 1% | - |
| XYZ | 64.34 | 65.39 | 17.82 | - |
| YUV | 205.97 | 59.73 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 85 | 0 | 0.19 | 0.67 | 0.00 | 42.6 | 0.99 | 0.66 |
| Hex | FE | CD | 55 | 0 | 13 | 43 | 0 | 2B | 63 | 42 |
| Octal | 376 | 315 | 125 | 0 | 23 | 103 | 0 | 53 | 143 | 102 |
| Binary | 11111110 | 11001101 | 1010101 | 0 | 10011 | 1000011 | 0 | 101011 | 1100011 | 1000010 |
Color Harmonies of #FECD55
Complementary color
Monochromatic Colors of #FECD55
Black with #FECD55
Text Example
Text Example
White with #FECD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD55; }
p { color: rgb(254,205,85); }
H1.HeaderClassName
{
color: #FECD55;
}
.AnyTagClassName
{
color: #FECD55;
}
</style>
background-color css
<style>
a { background-color: #FECD55; }
a { background-color: rgb(254,205,85); }
div.DivClassName
{
background-color: #FECD55;
}
.BgClassName
{
background-color: #FECD55;
}
</style>
border-color css
<style>
span { border-color: #FECD55; }
span { border-color: rgb(254,205,85); }
td.TdClassName
{
border-color: #FECD55;
}
.TagClassName
{
border-color: #FECD55;
}
</style>