Shades of Kournikova #FED549
Tints of Kournikova #FED549
RGB
CMYK
RGB Variations
Color information
#FED549 (or 0xFED549) is known color: Kournikova. HEX triplet: FE, D5 and 49. RGB value is (254,213,73). Sum of RGB (Red+Green+Blue) = 254+213+73=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 73 (28.91% from 255 or 13.52% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED549 is #012AB6. Grayscale: #D1D1D1. Windows color (decimal): -76471 or 4838910. OLE color: 4838910.
HSL color Cylindrical-coordinate representation of color #FED549: hue angle of 46.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FED549 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 73 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.00 |
| HSL | 46.41º | 0.99% | 0.64% | - |
| HSV(B) | 46.41º | 0.71% | 1% | - |
| XYZ | 65.87 | 69.14 | 16.18 | - |
| YUV | 209.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 73 | 0 | 0.16 | 0.71 | 0.00 | 46.41 | 0.99 | 0.64 |
| Hex | FE | D5 | 49 | 0 | 10 | 47 | 0 | 2E | 63 | 40 |
| Octal | 376 | 325 | 111 | 0 | 20 | 107 | 0 | 56 | 143 | 100 |
| Binary | 11111110 | 11010101 | 1001001 | 0 | 10000 | 1000111 | 0 | 101110 | 1100011 | 1000000 |
Color Harmonies of #FED549
Complementary color
Monochromatic Colors of #FED549
Black with #FED549
Text Example
Text Example
White with #FED549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED549; }
p { color: rgb(254,213,73); }
H1.HeaderClassName
{
color: #FED549;
}
.AnyTagClassName
{
color: #FED549;
}
</style>
background-color css
<style>
a { background-color: #FED549; }
a { background-color: rgb(254,213,73); }
div.DivClassName
{
background-color: #FED549;
}
.BgClassName
{
background-color: #FED549;
}
</style>
border-color css
<style>
span { border-color: #FED549; }
span { border-color: rgb(254,213,73); }
td.TdClassName
{
border-color: #FED549;
}
.TagClassName
{
border-color: #FED549;
}
</style>