Shades of Energy Yellow #F5DC51
Tints of Energy Yellow #F5DC51
RGB
CMYK
RGB Variations
Color information
#F5DC51 (or 0xF5DC51) is known color: Energy Yellow. HEX triplet: F5, DC and 51. RGB value is (245,220,81). Sum of RGB (Red+Green+Blue) = 245+220+81=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 81 (32.03% from 255 or 14.84% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC51 is #0A23AE. Grayscale: #D4D4D4. Windows color (decimal): -664495 or 5364981. OLE color: 5364981.
HSL color Cylindrical-coordinate representation of color #F5DC51: hue angle of 50.85º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5DC51 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 81 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.04 |
| HSL | 50.85º | 0.89% | 0.64% | - |
| HSV(B) | 50.85º | 0.67% | 0.96% | - |
| XYZ | 64.73 | 71.19 | 18.11 | - |
| YUV | 211.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 81 | 0 | 0.10 | 0.67 | 0.04 | 50.85 | 0.89 | 0.64 |
| Hex | F5 | DC | 51 | 0 | A | 43 | 4 | 33 | 59 | 40 |
| Octal | 365 | 334 | 121 | 0 | 12 | 103 | 4 | 63 | 131 | 100 |
| Binary | 11110101 | 11011100 | 1010001 | 0 | 1010 | 1000011 | 100 | 110011 | 1011001 | 1000000 |
Color Harmonies of #F5DC51
Complementary color
Monochromatic Colors of #F5DC51
Black with #F5DC51
Text Example
Text Example
White with #F5DC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC51; }
p { color: rgb(245,220,81); }
H1.HeaderClassName
{
color: #F5DC51;
}
.AnyTagClassName
{
color: #F5DC51;
}
</style>
background-color css
<style>
a { background-color: #F5DC51; }
a { background-color: rgb(245,220,81); }
div.DivClassName
{
background-color: #F5DC51;
}
.BgClassName
{
background-color: #F5DC51;
}
</style>
border-color css
<style>
span { border-color: #F5DC51; }
span { border-color: rgb(245,220,81); }
td.TdClassName
{
border-color: #F5DC51;
}
.TagClassName
{
border-color: #F5DC51;
}
</style>