Shades of Energy Yellow #F5D555
Tints of Energy Yellow #F5D555
RGB
CMYK
RGB Variations
Color information
#F5D555 (or 0xF5D555) is known color: Energy Yellow. HEX triplet: F5, D5 and 55. RGB value is (245,213,85). Sum of RGB (Red+Green+Blue) = 245+213+85=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D555 is #0A2AAA. Grayscale: #D0D0D0. Windows color (decimal): -666283 or 5625333. OLE color: 5625333.
HSL color Cylindrical-coordinate representation of color #F5D555: hue angle of 48º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5D555 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 85 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.04 |
| HSL | 48º | 0.89% | 0.65% | - |
| HSV(B) | 48º | 0.65% | 0.96% | - |
| XYZ | 63.09 | 67.66 | 18.33 | - |
| YUV | 207.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 85 | 0 | 0.13 | 0.65 | 0.04 | 48 | 0.89 | 0.65 |
| Hex | F5 | D5 | 55 | 0 | D | 41 | 4 | 30 | 59 | 41 |
| Octal | 365 | 325 | 125 | 0 | 15 | 101 | 4 | 60 | 131 | 101 |
| Binary | 11110101 | 11010101 | 1010101 | 0 | 1101 | 1000001 | 100 | 110000 | 1011001 | 1000001 |
Color Harmonies of #F5D555
Complementary color
Monochromatic Colors of #F5D555
Black with #F5D555
Text Example
Text Example
White with #F5D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D555; }
p { color: rgb(245,213,85); }
H1.HeaderClassName
{
color: #F5D555;
}
.AnyTagClassName
{
color: #F5D555;
}
</style>
background-color css
<style>
a { background-color: #F5D555; }
a { background-color: rgb(245,213,85); }
div.DivClassName
{
background-color: #F5D555;
}
.BgClassName
{
background-color: #F5D555;
}
</style>
border-color css
<style>
span { border-color: #F5D555; }
span { border-color: rgb(245,213,85); }
td.TdClassName
{
border-color: #F5D555;
}
.TagClassName
{
border-color: #F5D555;
}
</style>