Shades of Energy Yellow #F5DC49
Tints of Energy Yellow #F5DC49
RGB
CMYK
RGB Variations
Color information
#F5DC49 (or 0xF5DC49) is known color: Energy Yellow. HEX triplet: F5, DC and 49. RGB value is (245,220,73). Sum of RGB (Red+Green+Blue) = 245+220+73=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 73 (28.91% from 255 or 13.57% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC49 is #0A23B6. Grayscale: #D3D3D3. Windows color (decimal): -664503 or 4840693. OLE color: 4840693.
HSL color Cylindrical-coordinate representation of color #F5DC49: hue angle of 51.28º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F5DC49 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 73 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.04 |
| HSL | 51.28º | 0.9% | 0.62% | - |
| HSV(B) | 51.28º | 0.7% | 0.96% | - |
| XYZ | 64.45 | 71.08 | 16.63 | - |
| YUV | 210.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 73 | 0 | 0.10 | 0.70 | 0.04 | 51.28 | 0.9 | 0.62 |
| Hex | F5 | DC | 49 | 0 | A | 46 | 4 | 33 | 5A | 3E |
| Octal | 365 | 334 | 111 | 0 | 12 | 106 | 4 | 63 | 132 | 76 |
| Binary | 11110101 | 11011100 | 1001001 | 0 | 1010 | 1000110 | 100 | 110011 | 1011010 | 111110 |
Color Harmonies of #F5DC49
Complementary color
Monochromatic Colors of #F5DC49
Black with #F5DC49
Text Example
Text Example
White with #F5DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC49; }
p { color: rgb(245,220,73); }
H1.HeaderClassName
{
color: #F5DC49;
}
.AnyTagClassName
{
color: #F5DC49;
}
</style>
background-color css
<style>
a { background-color: #F5DC49; }
a { background-color: rgb(245,220,73); }
div.DivClassName
{
background-color: #F5DC49;
}
.BgClassName
{
background-color: #F5DC49;
}
</style>
border-color css
<style>
span { border-color: #F5DC49; }
span { border-color: rgb(245,220,73); }
td.TdClassName
{
border-color: #F5DC49;
}
.TagClassName
{
border-color: #F5DC49;
}
</style>