Shades of Kournikova #FED056
Tints of Kournikova #FED056
RGB
CMYK
RGB Variations
Color information
#FED056 (or 0xFED056) is known color: Kournikova. HEX triplet: FE, D0 and 56. RGB value is (254,208,86). Sum of RGB (Red+Green+Blue) = 254+208+86=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED056 is #012FA9. Grayscale: #D0D0D0. Windows color (decimal): -77738 or 5689598. OLE color: 5689598.
HSL color Cylindrical-coordinate representation of color #FED056: hue angle of 43.57º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FED056 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 86 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.00 |
| HSL | 43.57º | 0.99% | 0.67% | - |
| HSV(B) | 43.57º | 0.66% | 1% | - |
| XYZ | 65.11 | 66.85 | 18.28 | - |
| YUV | 207.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 86 | 0 | 0.18 | 0.66 | 0.00 | 43.57 | 0.99 | 0.67 |
| Hex | FE | D0 | 56 | 0 | 12 | 42 | 0 | 2C | 63 | 43 |
| Octal | 376 | 320 | 126 | 0 | 22 | 102 | 0 | 54 | 143 | 103 |
| Binary | 11111110 | 11010000 | 1010110 | 0 | 10010 | 1000010 | 0 | 101100 | 1100011 | 1000011 |
Color Harmonies of #FED056
Complementary color
Monochromatic Colors of #FED056
Black with #FED056
Text Example
Text Example
White with #FED056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED056; }
p { color: rgb(254,208,86); }
H1.HeaderClassName
{
color: #FED056;
}
.AnyTagClassName
{
color: #FED056;
}
</style>
background-color css
<style>
a { background-color: #FED056; }
a { background-color: rgb(254,208,86); }
div.DivClassName
{
background-color: #FED056;
}
.BgClassName
{
background-color: #FED056;
}
</style>
border-color css
<style>
span { border-color: #FED056; }
span { border-color: rgb(254,208,86); }
td.TdClassName
{
border-color: #FED056;
}
.TagClassName
{
border-color: #FED056;
}
</style>