Shades of Kournikova #FED349
Tints of Kournikova #FED349
RGB
CMYK
RGB Variations
Color information
#FED349 (or 0xFED349) is known color: Kournikova. HEX triplet: FE, D3 and 49. RGB value is (254,211,73). Sum of RGB (Red+Green+Blue) = 254+211+73=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 73 (28.91% from 255 or 13.57% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FED349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED349 is #012CB6. Grayscale: #D0D0D0. Windows color (decimal): -76983 or 4838398. OLE color: 4838398.
HSL color Cylindrical-coordinate representation of color #FED349: hue angle of 45.75º 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 #FED349 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 211 | 73 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.00 |
| HSL | 45.75º | 0.99% | 0.64% | - |
| HSV(B) | 45.75º | 0.71% | 1% | - |
| XYZ | 65.37 | 68.14 | 16.01 | - |
| YUV | 208.13 | 51.75 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 211 | 73 | 0 | 0.17 | 0.71 | 0.00 | 45.75 | 0.99 | 0.64 |
| Hex | FE | D3 | 49 | 0 | 11 | 47 | 0 | 2E | 63 | 40 |
| Octal | 376 | 323 | 111 | 0 | 21 | 107 | 0 | 56 | 143 | 100 |
| Binary | 11111110 | 11010011 | 1001001 | 0 | 10001 | 1000111 | 0 | 101110 | 1100011 | 1000000 |
Color Harmonies of #FED349
Complementary color
Monochromatic Colors of #FED349
Black with #FED349
Text Example
Text Example
White with #FED349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED349; }
p { color: rgb(254,211,73); }
H1.HeaderClassName
{
color: #FED349;
}
.AnyTagClassName
{
color: #FED349;
}
</style>
background-color css
<style>
a { background-color: #FED349; }
a { background-color: rgb(254,211,73); }
div.DivClassName
{
background-color: #FED349;
}
.BgClassName
{
background-color: #FED349;
}
</style>
border-color css
<style>
span { border-color: #FED349; }
span { border-color: rgb(254,211,73); }
td.TdClassName
{
border-color: #FED349;
}
.TagClassName
{
border-color: #FED349;
}
</style>