Shades of Energy Yellow #F5DD4A
Tints of Energy Yellow #F5DD4A
RGB
CMYK
RGB Variations
Color information
#F5DD4A (or 0xF5DD4A) is known color: Energy Yellow. HEX triplet: F5, DD and 4A. RGB value is (245,221,74). Sum of RGB (Red+Green+Blue) = 245+221+74=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD4A is #0A22B5. Grayscale: #D4D4D4. Windows color (decimal): -664246 or 4906485. OLE color: 4906485.
HSL color Cylindrical-coordinate representation of color #F5DD4A: hue angle of 51.58º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5DD4A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 74 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.04 |
| HSL | 51.58º | 0.9% | 0.63% | - |
| HSV(B) | 51.58º | 0.7% | 0.96% | - |
| XYZ | 64.75 | 71.62 | 16.89 | - |
| YUV | 211.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 74 | 0 | 0.10 | 0.70 | 0.04 | 51.58 | 0.9 | 0.63 |
| Hex | F5 | DD | 4A | 0 | A | 46 | 4 | 34 | 5A | 3F |
| Octal | 365 | 335 | 112 | 0 | 12 | 106 | 4 | 64 | 132 | 77 |
| Binary | 11110101 | 11011101 | 1001010 | 0 | 1010 | 1000110 | 100 | 110100 | 1011010 | 111111 |
Color Harmonies of #F5DD4A
Complementary color
Monochromatic Colors of #F5DD4A
Black with #F5DD4A
Text Example
Text Example
White with #F5DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD4A; }
p { color: rgb(245,221,74); }
H1.HeaderClassName
{
color: #F5DD4A;
}
.AnyTagClassName
{
color: #F5DD4A;
}
</style>
background-color css
<style>
a { background-color: #F5DD4A; }
a { background-color: rgb(245,221,74); }
div.DivClassName
{
background-color: #F5DD4A;
}
.BgClassName
{
background-color: #F5DD4A;
}
</style>
border-color css
<style>
span { border-color: #F5DD4A; }
span { border-color: rgb(245,221,74); }
td.TdClassName
{
border-color: #F5DD4A;
}
.TagClassName
{
border-color: #F5DD4A;
}
</style>