Shades of Energy Yellow #F5DD54
Tints of Energy Yellow #F5DD54
RGB
CMYK
RGB Variations
Color information
#F5DD54 (or 0xF5DD54) is known color: Energy Yellow. HEX triplet: F5, DD and 54. RGB value is (245,221,84). Sum of RGB (Red+Green+Blue) = 245+221+84=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 84 (33.20% from 255 or 15.27% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD54 is #0A22AB. Grayscale: #D5D5D5. Windows color (decimal): -664236 or 5561845. OLE color: 5561845.
HSL color Cylindrical-coordinate representation of color #F5DD54: hue angle of 51.06º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5DD54 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 84 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.04 |
| HSL | 51.06º | 0.89% | 0.65% | - |
| HSV(B) | 51.06º | 0.66% | 0.96% | - |
| XYZ | 65.11 | 71.77 | 18.81 | - |
| YUV | 212.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 84 | 0 | 0.10 | 0.66 | 0.04 | 51.06 | 0.89 | 0.65 |
| Hex | F5 | DD | 54 | 0 | A | 42 | 4 | 33 | 59 | 41 |
| Octal | 365 | 335 | 124 | 0 | 12 | 102 | 4 | 63 | 131 | 101 |
| Binary | 11110101 | 11011101 | 1010100 | 0 | 1010 | 1000010 | 100 | 110011 | 1011001 | 1000001 |
Color Harmonies of #F5DD54
Complementary color
Monochromatic Colors of #F5DD54
Black with #F5DD54
Text Example
Text Example
White with #F5DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD54; }
p { color: rgb(245,221,84); }
H1.HeaderClassName
{
color: #F5DD54;
}
.AnyTagClassName
{
color: #F5DD54;
}
</style>
background-color css
<style>
a { background-color: #F5DD54; }
a { background-color: rgb(245,221,84); }
div.DivClassName
{
background-color: #F5DD54;
}
.BgClassName
{
background-color: #F5DD54;
}
</style>
border-color css
<style>
span { border-color: #F5DD54; }
span { border-color: rgb(245,221,84); }
td.TdClassName
{
border-color: #F5DD54;
}
.TagClassName
{
border-color: #F5DD54;
}
</style>