Shades of Kournikova #FED353
Tints of Kournikova #FED353
RGB
CMYK
RGB Variations
Color information
#FED353 (or 0xFED353) is known color: Kournikova. HEX triplet: FE, D3 and 53. RGB value is (254,211,83). Sum of RGB (Red+Green+Blue) = 254+211+83=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED353 is #012CAC. Grayscale: #D1D1D1. Windows color (decimal): -76973 or 5493758. OLE color: 5493758.
HSL color Cylindrical-coordinate representation of color #FED353: hue angle of 44.91º 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 #FED353 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 83 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.00 |
| HSL | 44.91º | 0.99% | 0.66% | - |
| HSV(B) | 44.91º | 0.67% | 1% | - |
| XYZ | 65.73 | 68.28 | 17.9 | - |
| YUV | 209.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 83 | 0 | 0.17 | 0.67 | 0.00 | 44.91 | 0.99 | 0.66 |
| Hex | FE | D3 | 53 | 0 | 11 | 43 | 0 | 2D | 63 | 42 |
| Octal | 376 | 323 | 123 | 0 | 21 | 103 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010011 | 1010011 | 0 | 10001 | 1000011 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED353
Complementary color
Monochromatic Colors of #FED353
Black with #FED353
Text Example
Text Example
White with #FED353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED353; }
p { color: rgb(254,211,83); }
H1.HeaderClassName
{
color: #FED353;
}
.AnyTagClassName
{
color: #FED353;
}
</style>
background-color css
<style>
a { background-color: #FED353; }
a { background-color: rgb(254,211,83); }
div.DivClassName
{
background-color: #FED353;
}
.BgClassName
{
background-color: #FED353;
}
</style>
border-color css
<style>
span { border-color: #FED353; }
span { border-color: rgb(254,211,83); }
td.TdClassName
{
border-color: #FED353;
}
.TagClassName
{
border-color: #FED353;
}
</style>