Shades of Kournikova #FED257
Tints of Kournikova #FED257
RGB
CMYK
RGB Variations
Color information
#FED257 (or 0xFED257) is known color: Kournikova. HEX triplet: FE, D2 and 57. RGB value is (254,210,87). Sum of RGB (Red+Green+Blue) = 254+210+87=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 87 (34.38% from 255 or 15.79% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FED257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED257 is #012DA8. Grayscale: #D1D1D1. Windows color (decimal): -77225 or 5755646. OLE color: 5755646.
HSL color Cylindrical-coordinate representation of color #FED257: hue angle of 44.19º 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 #FED257 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 87 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.00 |
| HSL | 44.19º | 0.99% | 0.67% | - |
| HSV(B) | 44.19º | 0.66% | 1% | - |
| XYZ | 65.64 | 67.85 | 18.65 | - |
| YUV | 209.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 87 | 0 | 0.17 | 0.66 | 0.00 | 44.19 | 0.99 | 0.67 |
| Hex | FE | D2 | 57 | 0 | 11 | 42 | 0 | 2C | 63 | 43 |
| Octal | 376 | 322 | 127 | 0 | 21 | 102 | 0 | 54 | 143 | 103 |
| Binary | 11111110 | 11010010 | 1010111 | 0 | 10001 | 1000010 | 0 | 101100 | 1100011 | 1000011 |
Color Harmonies of #FED257
Complementary color
Monochromatic Colors of #FED257
Black with #FED257
Text Example
Text Example
White with #FED257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED257; }
p { color: rgb(254,210,87); }
H1.HeaderClassName
{
color: #FED257;
}
.AnyTagClassName
{
color: #FED257;
}
</style>
background-color css
<style>
a { background-color: #FED257; }
a { background-color: rgb(254,210,87); }
div.DivClassName
{
background-color: #FED257;
}
.BgClassName
{
background-color: #FED257;
}
</style>
border-color css
<style>
span { border-color: #FED257; }
span { border-color: rgb(254,210,87); }
td.TdClassName
{
border-color: #FED257;
}
.TagClassName
{
border-color: #FED257;
}
</style>