Shades of Kournikova #FED253
Tints of Kournikova #FED253
RGB
CMYK
RGB Variations
Color information
#FED253 (or 0xFED253) is known color: Kournikova. HEX triplet: FE, D2 and 53. RGB value is (254,210,83). Sum of RGB (Red+Green+Blue) = 254+210+83=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 83 (32.81% from 255 or 15.17% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED253 is #012DAC. Grayscale: #D1D1D1. Windows color (decimal): -77229 or 5493502. OLE color: 5493502.
HSL color Cylindrical-coordinate representation of color #FED253: hue angle of 44.56º 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 #FED253 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 83 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.00 |
| HSL | 44.56º | 0.99% | 0.66% | - |
| HSV(B) | 44.56º | 0.67% | 1% | - |
| XYZ | 65.48 | 67.79 | 17.82 | - |
| YUV | 208.68 | 57.08 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 83 | 0 | 0.17 | 0.67 | 0.00 | 44.56 | 0.99 | 0.66 |
| Hex | FE | D2 | 53 | 0 | 11 | 43 | 0 | 2D | 63 | 42 |
| Octal | 376 | 322 | 123 | 0 | 21 | 103 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010010 | 1010011 | 0 | 10001 | 1000011 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED253
Complementary color
Monochromatic Colors of #FED253
Black with #FED253
Text Example
Text Example
White with #FED253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED253; }
p { color: rgb(254,210,83); }
H1.HeaderClassName
{
color: #FED253;
}
.AnyTagClassName
{
color: #FED253;
}
</style>
background-color css
<style>
a { background-color: #FED253; }
a { background-color: rgb(254,210,83); }
div.DivClassName
{
background-color: #FED253;
}
.BgClassName
{
background-color: #FED253;
}
</style>
border-color css
<style>
span { border-color: #FED253; }
span { border-color: rgb(254,210,83); }
td.TdClassName
{
border-color: #FED253;
}
.TagClassName
{
border-color: #FED253;
}
</style>