Shades of Kournikova #FED256
Tints of Kournikova #FED256
RGB
CMYK
RGB Variations
Color information
#FED256 (or 0xFED256) is known color: Kournikova. HEX triplet: FE, D2 and 56. RGB value is (254,210,86). Sum of RGB (Red+Green+Blue) = 254+210+86=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FED256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED256 is #012DA9. Grayscale: #D1D1D1. Windows color (decimal): -77226 or 5690110. OLE color: 5690110.
HSL color Cylindrical-coordinate representation of color #FED256: hue angle of 44.29º 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 #FED256 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 86 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.00 |
| HSL | 44.29º | 0.99% | 0.67% | - |
| HSV(B) | 44.29º | 0.66% | 1% | - |
| XYZ | 65.6 | 67.84 | 18.44 | - |
| YUV | 209.02 | 58.58 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 86 | 0 | 0.17 | 0.66 | 0.00 | 44.29 | 0.99 | 0.67 |
| Hex | FE | D2 | 56 | 0 | 11 | 42 | 0 | 2C | 63 | 43 |
| Octal | 376 | 322 | 126 | 0 | 21 | 102 | 0 | 54 | 143 | 103 |
| Binary | 11111110 | 11010010 | 1010110 | 0 | 10001 | 1000010 | 0 | 101100 | 1100011 | 1000011 |
Color Harmonies of #FED256
Complementary color
Monochromatic Colors of #FED256
Black with #FED256
Text Example
Text Example
White with #FED256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED256; }
p { color: rgb(254,210,86); }
H1.HeaderClassName
{
color: #FED256;
}
.AnyTagClassName
{
color: #FED256;
}
</style>
background-color css
<style>
a { background-color: #FED256; }
a { background-color: rgb(254,210,86); }
div.DivClassName
{
background-color: #FED256;
}
.BgClassName
{
background-color: #FED256;
}
</style>
border-color css
<style>
span { border-color: #FED256; }
span { border-color: rgb(254,210,86); }
td.TdClassName
{
border-color: #FED256;
}
.TagClassName
{
border-color: #FED256;
}
</style>