Shades of Kournikova #FED251
Tints of Kournikova #FED251
RGB
CMYK
RGB Variations
Color information
#FED251 (or 0xFED251) is known color: Kournikova. HEX triplet: FE, D2 and 51. RGB value is (254,210,81). Sum of RGB (Red+Green+Blue) = 254+210+81=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 81 (32.03% from 255 or 14.86% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED251 is #012DAE. Grayscale: #D1D1D1. Windows color (decimal): -77231 or 5362430. OLE color: 5362430.
HSL color Cylindrical-coordinate representation of color #FED251: hue angle of 44.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FED251 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 81 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.00 |
| HSL | 44.74º | 0.99% | 0.66% | - |
| HSV(B) | 44.74º | 0.68% | 1% | - |
| XYZ | 65.4 | 67.76 | 17.42 | - |
| YUV | 208.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 81 | 0 | 0.17 | 0.68 | 0.00 | 44.74 | 0.99 | 0.66 |
| Hex | FE | D2 | 51 | 0 | 11 | 44 | 0 | 2D | 63 | 42 |
| Octal | 376 | 322 | 121 | 0 | 21 | 104 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010010 | 1010001 | 0 | 10001 | 1000100 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED251
Complementary color
Monochromatic Colors of #FED251
Black with #FED251
Text Example
Text Example
White with #FED251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED251; }
p { color: rgb(254,210,81); }
H1.HeaderClassName
{
color: #FED251;
}
.AnyTagClassName
{
color: #FED251;
}
</style>
background-color css
<style>
a { background-color: #FED251; }
a { background-color: rgb(254,210,81); }
div.DivClassName
{
background-color: #FED251;
}
.BgClassName
{
background-color: #FED251;
}
</style>
border-color css
<style>
span { border-color: #FED251; }
span { border-color: rgb(254,210,81); }
td.TdClassName
{
border-color: #FED251;
}
.TagClassName
{
border-color: #FED251;
}
</style>