Shades of Kournikova #FED048
Tints of Kournikova #FED048
RGB
CMYK
RGB Variations
Color information
#FED048 (or 0xFED048) is known color: Kournikova. HEX triplet: FE, D0 and 48. RGB value is (254,208,72). Sum of RGB (Red+Green+Blue) = 254+208+72=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FED048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED048 is #012FB7. Grayscale: #CECECE. Windows color (decimal): -77752 or 4772094. OLE color: 4772094.
HSL color Cylindrical-coordinate representation of color #FED048: hue angle of 44.84º 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 #FED048 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 72 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.00 |
| HSL | 44.84º | 0.99% | 0.64% | - |
| HSV(B) | 44.84º | 0.72% | 1% | - |
| XYZ | 64.6 | 66.65 | 15.59 | - |
| YUV | 206.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 72 | 0 | 0.18 | 0.72 | 0.00 | 44.84 | 0.99 | 0.64 |
| Hex | FE | D0 | 48 | 0 | 12 | 48 | 0 | 2D | 63 | 40 |
| Octal | 376 | 320 | 110 | 0 | 22 | 110 | 0 | 55 | 143 | 100 |
| Binary | 11111110 | 11010000 | 1001000 | 0 | 10010 | 1001000 | 0 | 101101 | 1100011 | 1000000 |
Color Harmonies of #FED048
Complementary color
Monochromatic Colors of #FED048
Black with #FED048
Text Example
Text Example
White with #FED048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED048; }
p { color: rgb(254,208,72); }
H1.HeaderClassName
{
color: #FED048;
}
.AnyTagClassName
{
color: #FED048;
}
</style>
background-color css
<style>
a { background-color: #FED048; }
a { background-color: rgb(254,208,72); }
div.DivClassName
{
background-color: #FED048;
}
.BgClassName
{
background-color: #FED048;
}
</style>
border-color css
<style>
span { border-color: #FED048; }
span { border-color: rgb(254,208,72); }
td.TdClassName
{
border-color: #FED048;
}
.TagClassName
{
border-color: #FED048;
}
</style>