Shades of Kournikova #FED252
Tints of Kournikova #FED252
RGB
CMYK
RGB Variations
Color information
#FED252 (or 0xFED252) is known color: Kournikova. HEX triplet: FE, D2 and 52. RGB value is (254,210,82). Sum of RGB (Red+Green+Blue) = 254+210+82=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED252 is #012DAD. Grayscale: #D1D1D1. Windows color (decimal): -77230 or 5427966. OLE color: 5427966.
HSL color Cylindrical-coordinate representation of color #FED252: hue angle of 44.65º 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 #FED252 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 82 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.00 |
| HSL | 44.65º | 0.99% | 0.66% | - |
| HSV(B) | 44.65º | 0.68% | 1% | - |
| XYZ | 65.44 | 67.77 | 17.61 | - |
| YUV | 208.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 82 | 0 | 0.17 | 0.68 | 0.00 | 44.65 | 0.99 | 0.66 |
| Hex | FE | D2 | 52 | 0 | 11 | 44 | 0 | 2D | 63 | 42 |
| Octal | 376 | 322 | 122 | 0 | 21 | 104 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010010 | 1010010 | 0 | 10001 | 1000100 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED252
Complementary color
Monochromatic Colors of #FED252
Black with #FED252
Text Example
Text Example
White with #FED252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED252; }
p { color: rgb(254,210,82); }
H1.HeaderClassName
{
color: #FED252;
}
.AnyTagClassName
{
color: #FED252;
}
</style>
background-color css
<style>
a { background-color: #FED252; }
a { background-color: rgb(254,210,82); }
div.DivClassName
{
background-color: #FED252;
}
.BgClassName
{
background-color: #FED252;
}
</style>
border-color css
<style>
span { border-color: #FED252; }
span { border-color: rgb(254,210,82); }
td.TdClassName
{
border-color: #FED252;
}
.TagClassName
{
border-color: #FED252;
}
</style>