Shades of Kournikova #FED054
Tints of Kournikova #FED054
RGB
CMYK
RGB Variations
Color information
#FED054 (or 0xFED054) is known color: Kournikova. HEX triplet: FE, D0 and 54. RGB value is (254,208,84). Sum of RGB (Red+Green+Blue) = 254+208+84=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FED054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED054 is #012FAB. Grayscale: #D0D0D0. Windows color (decimal): -77740 or 5558526. OLE color: 5558526.
HSL color Cylindrical-coordinate representation of color #FED054: hue angle of 43.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FED054 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 84 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.00 |
| HSL | 43.76º | 0.99% | 0.66% | - |
| HSV(B) | 43.76º | 0.67% | 1% | - |
| XYZ | 65.03 | 66.82 | 17.86 | - |
| YUV | 207.62 | 58.24 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 84 | 0 | 0.18 | 0.67 | 0.00 | 43.76 | 0.99 | 0.66 |
| Hex | FE | D0 | 54 | 0 | 12 | 43 | 0 | 2C | 63 | 42 |
| Octal | 376 | 320 | 124 | 0 | 22 | 103 | 0 | 54 | 143 | 102 |
| Binary | 11111110 | 11010000 | 1010100 | 0 | 10010 | 1000011 | 0 | 101100 | 1100011 | 1000010 |
Color Harmonies of #FED054
Complementary color
Monochromatic Colors of #FED054
Black with #FED054
Text Example
Text Example
White with #FED054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED054; }
p { color: rgb(254,208,84); }
H1.HeaderClassName
{
color: #FED054;
}
.AnyTagClassName
{
color: #FED054;
}
</style>
background-color css
<style>
a { background-color: #FED054; }
a { background-color: rgb(254,208,84); }
div.DivClassName
{
background-color: #FED054;
}
.BgClassName
{
background-color: #FED054;
}
</style>
border-color css
<style>
span { border-color: #FED054; }
span { border-color: rgb(254,208,84); }
td.TdClassName
{
border-color: #FED054;
}
.TagClassName
{
border-color: #FED054;
}
</style>