Shades of Kournikova #FED055
Tints of Kournikova #FED055
RGB
CMYK
RGB Variations
Color information
#FED055 (or 0xFED055) is known color: Kournikova. HEX triplet: FE, D0 and 55. RGB value is (254,208,85). Sum of RGB (Red+Green+Blue) = 254+208+85=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED055 is #012FAA. Grayscale: #D0D0D0. Windows color (decimal): -77739 or 5624062. OLE color: 5624062.
HSL color Cylindrical-coordinate representation of color #FED055: hue angle of 43.67º 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 #FED055 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 85 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.00 |
| HSL | 43.67º | 0.99% | 0.66% | - |
| HSV(B) | 43.67º | 0.67% | 1% | - |
| XYZ | 65.07 | 66.84 | 18.07 | - |
| YUV | 207.73 | 58.74 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 85 | 0 | 0.18 | 0.67 | 0.00 | 43.67 | 0.99 | 0.66 |
| Hex | FE | D0 | 55 | 0 | 12 | 43 | 0 | 2C | 63 | 42 |
| Octal | 376 | 320 | 125 | 0 | 22 | 103 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010000 | 1010101 | 0 | 10010 | 1000011 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED055
Complementary color
Monochromatic Colors of #FED055
Black with #FED055
Text Example
Text Example
White with #FED055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED055; }
p { color: rgb(254,208,85); }
H1.HeaderClassName
{
color: #FED055;
}
.AnyTagClassName
{
color: #FED055;
}
</style>
background-color css
<style>
a { background-color: #FED055; }
a { background-color: rgb(254,208,85); }
div.DivClassName
{
background-color: #FED055;
}
.BgClassName
{
background-color: #FED055;
}
</style>
border-color css
<style>
span { border-color: #FED055; }
span { border-color: rgb(254,208,85); }
td.TdClassName
{
border-color: #FED055;
}
.TagClassName
{
border-color: #FED055;
}
</style>