Shades of Kournikova #FED54D
Tints of Kournikova #FED54D
RGB
CMYK
RGB Variations
Color information
#FED54D (or 0xFED54D) is known color: Kournikova. HEX triplet: FE, D5 and 4D. RGB value is (254,213,77). Sum of RGB (Red+Green+Blue) = 254+213+77=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 77 (30.47% from 255 or 14.15% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED54D is #012AB2. Grayscale: #D2D2D2. Windows color (decimal): -76467 or 5101054. OLE color: 5101054.
HSL color Cylindrical-coordinate representation of color #FED54D: hue angle of 46.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FED54D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 77 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.00 |
| HSL | 46.1º | 0.99% | 0.65% | - |
| HSV(B) | 46.1º | 0.7% | 1% | - |
| XYZ | 66.01 | 69.2 | 16.9 | - |
| YUV | 209.76 | 53.08 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 77 | 0 | 0.16 | 0.70 | 0.00 | 46.1 | 0.99 | 0.65 |
| Hex | FE | D5 | 4D | 0 | 10 | 46 | 0 | 2E | 63 | 41 |
| Octal | 376 | 325 | 115 | 0 | 20 | 106 | 0 | 56 | 143 | 101 |
| Binary | 11111110 | 11010101 | 1001101 | 0 | 10000 | 1000110 | 0 | 101110 | 1100011 | 1000001 |
Color Harmonies of #FED54D
Complementary color
Monochromatic Colors of #FED54D
Black with #FED54D
Text Example
Text Example
White with #FED54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED54D; }
p { color: rgb(254,213,77); }
H1.HeaderClassName
{
color: #FED54D;
}
.AnyTagClassName
{
color: #FED54D;
}
</style>
background-color css
<style>
a { background-color: #FED54D; }
a { background-color: rgb(254,213,77); }
div.DivClassName
{
background-color: #FED54D;
}
.BgClassName
{
background-color: #FED54D;
}
</style>
border-color css
<style>
span { border-color: #FED54D; }
span { border-color: rgb(254,213,77); }
td.TdClassName
{
border-color: #FED54D;
}
.TagClassName
{
border-color: #FED54D;
}
</style>