Shades of Kournikova #FED052
Tints of Kournikova #FED052
RGB
CMYK
RGB Variations
Color information
#FED052 (or 0xFED052) is known color: Kournikova. HEX triplet: FE, D0 and 52. RGB value is (254,208,82). Sum of RGB (Red+Green+Blue) = 254+208+82=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED052 is #012FAD. Grayscale: #CFCFCF. Windows color (decimal): -77742 or 5427454. OLE color: 5427454.
HSL color Cylindrical-coordinate representation of color #FED052: hue angle of 43.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FED052 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 82 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.00 |
| HSL | 43.95º | 0.99% | 0.66% | - |
| HSV(B) | 43.95º | 0.68% | 1% | - |
| XYZ | 64.95 | 66.79 | 17.45 | - |
| YUV | 207.39 | 57.24 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 82 | 0 | 0.18 | 0.68 | 0.00 | 43.95 | 0.99 | 0.66 |
| Hex | FE | D0 | 52 | 0 | 12 | 44 | 0 | 2C | 63 | 42 |
| Octal | 376 | 320 | 122 | 0 | 22 | 104 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010000 | 1010010 | 0 | 10010 | 1000100 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED052
Complementary color
Monochromatic Colors of #FED052
Black with #FED052
Text Example
Text Example
White with #FED052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED052; }
p { color: rgb(254,208,82); }
H1.HeaderClassName
{
color: #FED052;
}
.AnyTagClassName
{
color: #FED052;
}
</style>
background-color css
<style>
a { background-color: #FED052; }
a { background-color: rgb(254,208,82); }
div.DivClassName
{
background-color: #FED052;
}
.BgClassName
{
background-color: #FED052;
}
</style>
border-color css
<style>
span { border-color: #FED052; }
span { border-color: rgb(254,208,82); }
td.TdClassName
{
border-color: #FED052;
}
.TagClassName
{
border-color: #FED052;
}
</style>