Shades of Kournikova #FED354
Tints of Kournikova #FED354
RGB
CMYK
RGB Variations
Color information
#FED354 (or 0xFED354) is known color: Kournikova. HEX triplet: FE, D3 and 54. RGB value is (254,211,84). Sum of RGB (Red+Green+Blue) = 254+211+84=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 84 (33.20% from 255 or 15.30% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED354 is #012CAB. Grayscale: #D1D1D1. Windows color (decimal): -76972 or 5559294. OLE color: 5559294.
HSL color Cylindrical-coordinate representation of color #FED354: hue angle of 44.82º 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 #FED354 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 84 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.00 |
| HSL | 44.82º | 0.99% | 0.66% | - |
| HSV(B) | 44.82º | 0.67% | 1% | - |
| XYZ | 65.77 | 68.3 | 18.1 | - |
| YUV | 209.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 84 | 0 | 0.17 | 0.67 | 0.00 | 44.82 | 0.99 | 0.66 |
| Hex | FE | D3 | 54 | 0 | 11 | 43 | 0 | 2D | 63 | 42 |
| Octal | 376 | 323 | 124 | 0 | 21 | 103 | 0 | 55 | 143 | 102 |
| Binary | 11111110 | 11010011 | 1010100 | 0 | 10001 | 1000011 | 0 | 101101 | 1100011 | 1000010 |
Color Harmonies of #FED354
Complementary color
Monochromatic Colors of #FED354
Black with #FED354
Text Example
Text Example
White with #FED354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED354; }
p { color: rgb(254,211,84); }
H1.HeaderClassName
{
color: #FED354;
}
.AnyTagClassName
{
color: #FED354;
}
</style>
background-color css
<style>
a { background-color: #FED354; }
a { background-color: rgb(254,211,84); }
div.DivClassName
{
background-color: #FED354;
}
.BgClassName
{
background-color: #FED354;
}
</style>
border-color css
<style>
span { border-color: #FED354; }
span { border-color: rgb(254,211,84); }
td.TdClassName
{
border-color: #FED354;
}
.TagClassName
{
border-color: #FED354;
}
</style>