Shades of Energy Yellow #F5DB48
Tints of Energy Yellow #F5DB48
RGB
CMYK
RGB Variations
Color information
#F5DB48 (or 0xF5DB48) is known color: Energy Yellow. HEX triplet: F5, DB and 48. RGB value is (245,219,72). Sum of RGB (Red+Green+Blue) = 245+219+72=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB48 is #0A24B7. Grayscale: #D2D2D2. Windows color (decimal): -664760 or 4774901. OLE color: 4774901.
HSL color Cylindrical-coordinate representation of color #F5DB48: hue angle of 50.98º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5DB48 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 72 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.04 |
| HSL | 50.98º | 0.9% | 0.62% | - |
| HSV(B) | 50.98º | 0.71% | 0.96% | - |
| XYZ | 64.16 | 70.54 | 16.37 | - |
| YUV | 210.02 | 50.11 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 72 | 0 | 0.11 | 0.71 | 0.04 | 50.98 | 0.9 | 0.62 |
| Hex | F5 | DB | 48 | 0 | B | 47 | 4 | 33 | 5A | 3E |
| Octal | 365 | 333 | 110 | 0 | 13 | 107 | 4 | 63 | 132 | 76 |
| Binary | 11110101 | 11011011 | 1001000 | 0 | 1011 | 1000111 | 100 | 110011 | 1011010 | 111110 |
Color Harmonies of #F5DB48
Complementary color
Monochromatic Colors of #F5DB48
Black with #F5DB48
Text Example
Text Example
White with #F5DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB48; }
p { color: rgb(245,219,72); }
H1.HeaderClassName
{
color: #F5DB48;
}
.AnyTagClassName
{
color: #F5DB48;
}
</style>
background-color css
<style>
a { background-color: #F5DB48; }
a { background-color: rgb(245,219,72); }
div.DivClassName
{
background-color: #F5DB48;
}
.BgClassName
{
background-color: #F5DB48;
}
</style>
border-color css
<style>
span { border-color: #F5DB48; }
span { border-color: rgb(245,219,72); }
td.TdClassName
{
border-color: #F5DB48;
}
.TagClassName
{
border-color: #F5DB48;
}
</style>