Shades of Energy Yellow #F5DF4A
Tints of Energy Yellow #F5DF4A
RGB
CMYK
RGB Variations
Color information
#F5DF4A (or 0xF5DF4A) is known color: Energy Yellow. HEX triplet: F5, DF and 4A. RGB value is (245,223,74). Sum of RGB (Red+Green+Blue) = 245+223+74=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF4A is #0A20B5. Grayscale: #D5D5D5. Windows color (decimal): -663734 or 4906997. OLE color: 4906997.
HSL color Cylindrical-coordinate representation of color #F5DF4A: hue angle of 52.28º 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 #F5DF4A is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 74 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.04 |
| HSL | 52.28º | 0.9% | 0.63% | - |
| HSV(B) | 52.28º | 0.7% | 0.96% | - |
| XYZ | 65.28 | 72.68 | 17.07 | - |
| YUV | 212.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 74 | 0 | 0.09 | 0.70 | 0.04 | 52.28 | 0.9 | 0.63 |
| Hex | F5 | DF | 4A | 0 | 9 | 46 | 4 | 34 | 5A | 3F |
| Octal | 365 | 337 | 112 | 0 | 11 | 106 | 4 | 64 | 132 | 77 |
| Binary | 11110101 | 11011111 | 1001010 | 0 | 1001 | 1000110 | 100 | 110100 | 1011010 | 111111 |
Color Harmonies of #F5DF4A
Complementary color
Monochromatic Colors of #F5DF4A
Black with #F5DF4A
Text Example
Text Example
White with #F5DF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF4A; }
p { color: rgb(245,223,74); }
H1.HeaderClassName
{
color: #F5DF4A;
}
.AnyTagClassName
{
color: #F5DF4A;
}
</style>
background-color css
<style>
a { background-color: #F5DF4A; }
a { background-color: rgb(245,223,74); }
div.DivClassName
{
background-color: #F5DF4A;
}
.BgClassName
{
background-color: #F5DF4A;
}
</style>
border-color css
<style>
span { border-color: #F5DF4A; }
span { border-color: rgb(245,223,74); }
td.TdClassName
{
border-color: #F5DF4A;
}
.TagClassName
{
border-color: #F5DF4A;
}
</style>