Shades of Kournikova #FED54E
Tints of Kournikova #FED54E
RGB
CMYK
RGB Variations
Color information
#FED54E (or 0xFED54E) is known color: Kournikova. HEX triplet: FE, D5 and 4E. RGB value is (254,213,78). Sum of RGB (Red+Green+Blue) = 254+213+78=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 78 (30.86% from 255 or 14.31% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED54E is #012AB1. Grayscale: #D2D2D2. Windows color (decimal): -76466 or 5166590. OLE color: 5166590.
HSL color Cylindrical-coordinate representation of color #FED54E: hue angle of 46.02º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FED54E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 78 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.00 |
| HSL | 46.02º | 0.99% | 0.65% | - |
| HSV(B) | 46.02º | 0.69% | 1% | - |
| XYZ | 66.04 | 69.21 | 17.09 | - |
| YUV | 209.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 78 | 0 | 0.16 | 0.69 | 0.00 | 46.02 | 0.99 | 0.65 |
| Hex | FE | D5 | 4E | 0 | 10 | 45 | 0 | 2E | 63 | 41 |
| Octal | 376 | 325 | 116 | 0 | 20 | 105 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010101 | 1001110 | 0 | 10000 | 1000101 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED54E
Complementary color
Monochromatic Colors of #FED54E
Black with #FED54E
Text Example
Text Example
White with #FED54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED54E; }
p { color: rgb(254,213,78); }
H1.HeaderClassName
{
color: #FED54E;
}
.AnyTagClassName
{
color: #FED54E;
}
</style>
background-color css
<style>
a { background-color: #FED54E; }
a { background-color: rgb(254,213,78); }
div.DivClassName
{
background-color: #FED54E;
}
.BgClassName
{
background-color: #FED54E;
}
</style>
border-color css
<style>
span { border-color: #FED54E; }
span { border-color: rgb(254,213,78); }
td.TdClassName
{
border-color: #FED54E;
}
.TagClassName
{
border-color: #FED54E;
}
</style>