Shades of Energy Yellow #F5DC44
Tints of Energy Yellow #F5DC44
RGB
CMYK
RGB Variations
Color information
#F5DC44 (or 0xF5DC44) is known color: Energy Yellow. HEX triplet: F5, DC and 44. RGB value is (245,220,68). Sum of RGB (Red+Green+Blue) = 245+220+68=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC44 is #0A23BB. Grayscale: #D2D2D2. Windows color (decimal): -664508 or 4513013. OLE color: 4513013.
HSL color Cylindrical-coordinate representation of color #F5DC44: hue angle of 51.53º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5DC44 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 68 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.04 |
| HSL | 51.53º | 0.9% | 0.61% | - |
| HSV(B) | 51.53º | 0.72% | 0.96% | - |
| XYZ | 64.29 | 71.02 | 15.79 | - |
| YUV | 210.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 68 | 0 | 0.10 | 0.72 | 0.04 | 51.53 | 0.9 | 0.61 |
| Hex | F5 | DC | 44 | 0 | A | 48 | 4 | 34 | 5A | 3D |
| Octal | 365 | 334 | 104 | 0 | 12 | 110 | 4 | 64 | 132 | 75 |
| Binary | 11110101 | 11011100 | 1000100 | 0 | 1010 | 1001000 | 100 | 110100 | 1011010 | 111101 |
Color Harmonies of #F5DC44
Complementary color
Monochromatic Colors of #F5DC44
Black with #F5DC44
Text Example
Text Example
White with #F5DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC44; }
p { color: rgb(245,220,68); }
H1.HeaderClassName
{
color: #F5DC44;
}
.AnyTagClassName
{
color: #F5DC44;
}
</style>
background-color css
<style>
a { background-color: #F5DC44; }
a { background-color: rgb(245,220,68); }
div.DivClassName
{
background-color: #F5DC44;
}
.BgClassName
{
background-color: #F5DC44;
}
</style>
border-color css
<style>
span { border-color: #F5DC44; }
span { border-color: rgb(245,220,68); }
td.TdClassName
{
border-color: #F5DC44;
}
.TagClassName
{
border-color: #F5DC44;
}
</style>