Shades of Kournikova #FED352
Tints of Kournikova #FED352
RGB
CMYK
RGB Variations
Color information
#FED352 (or 0xFED352) is known color: Kournikova. HEX triplet: FE, D3 and 52. RGB value is (254,211,82). Sum of RGB (Red+Green+Blue) = 254+211+82=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FED352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED352 is #012CAD. Grayscale: #D1D1D1. Windows color (decimal): -76974 or 5428222. OLE color: 5428222.
HSL color Cylindrical-coordinate representation of color #FED352: hue angle of 45º 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 #FED352 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 82 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.00 |
| HSL | 45º | 0.99% | 0.66% | - |
| HSV(B) | 45º | 0.68% | 1% | - |
| XYZ | 65.69 | 68.27 | 17.7 | - |
| YUV | 209.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 82 | 0 | 0.17 | 0.68 | 0.00 | 45 | 0.99 | 0.66 |
| Hex | FE | D3 | 52 | 0 | 11 | 44 | 0 | 2D | 63 | 42 |
| Octal | 376 | 323 | 122 | 0 | 21 | 104 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010011 | 1010010 | 0 | 10001 | 1000100 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED352
Complementary color
Monochromatic Colors of #FED352
Black with #FED352
Text Example
Text Example
White with #FED352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED352; }
p { color: rgb(254,211,82); }
H1.HeaderClassName
{
color: #FED352;
}
.AnyTagClassName
{
color: #FED352;
}
</style>
background-color css
<style>
a { background-color: #FED352; }
a { background-color: rgb(254,211,82); }
div.DivClassName
{
background-color: #FED352;
}
.BgClassName
{
background-color: #FED352;
}
</style>
border-color css
<style>
span { border-color: #FED352; }
span { border-color: rgb(254,211,82); }
td.TdClassName
{
border-color: #FED352;
}
.TagClassName
{
border-color: #FED352;
}
</style>