Shades of Kournikova #FED047
Tints of Kournikova #FED047
RGB
CMYK
RGB Variations
Color information
#FED047 (or 0xFED047) is known color: Kournikova. HEX triplet: FE, D0 and 47. RGB value is (254,208,71). Sum of RGB (Red+Green+Blue) = 254+208+71=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FED047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED047 is #012FB8. Grayscale: #CECECE. Windows color (decimal): -77753 or 4706558. OLE color: 4706558.
HSL color Cylindrical-coordinate representation of color #FED047: hue angle of 44.92º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FED047 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 71 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.00 |
| HSL | 44.92º | 0.99% | 0.64% | - |
| HSV(B) | 44.92º | 0.72% | 1% | - |
| XYZ | 64.57 | 66.64 | 15.42 | - |
| YUV | 206.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 71 | 0 | 0.18 | 0.72 | 0.00 | 44.92 | 0.99 | 0.64 |
| Hex | FE | D0 | 47 | 0 | 12 | 48 | 0 | 2D | 63 | 40 |
| Octal | 376 | 320 | 107 | 0 | 22 | 110 | 0 | 55 | 143 | 100 |
| Binary | 11111110 | 11010000 | 1000111 | 0 | 10010 | 1001000 | 0 | 101101 | 1100011 | 1000000 |
Color Harmonies of #FED047
Complementary color
Monochromatic Colors of #FED047
Black with #FED047
Text Example
Text Example
White with #FED047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED047; }
p { color: rgb(254,208,71); }
H1.HeaderClassName
{
color: #FED047;
}
.AnyTagClassName
{
color: #FED047;
}
</style>
background-color css
<style>
a { background-color: #FED047; }
a { background-color: rgb(254,208,71); }
div.DivClassName
{
background-color: #FED047;
}
.BgClassName
{
background-color: #FED047;
}
</style>
border-color css
<style>
span { border-color: #FED047; }
span { border-color: rgb(254,208,71); }
td.TdClassName
{
border-color: #FED047;
}
.TagClassName
{
border-color: #FED047;
}
</style>