Shades of Energy Yellow #F5D248
Tints of Energy Yellow #F5D248
RGB
CMYK
RGB Variations
Color information
#F5D248 (or 0xF5D248) is known color: Energy Yellow. HEX triplet: F5, D2 and 48. RGB value is (245,210,72). Sum of RGB (Red+Green+Blue) = 245+210+72=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D248 is #0A2DB7. Grayscale: #CDCDCD. Windows color (decimal): -667064 or 4772597. OLE color: 4772597.
HSL color Cylindrical-coordinate representation of color #F5D248: hue angle of 47.86º 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 #F5D248 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 72 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.04 |
| HSL | 47.86º | 0.9% | 0.62% | - |
| HSV(B) | 47.86º | 0.71% | 0.96% | - |
| XYZ | 61.87 | 65.97 | 15.6 | - |
| YUV | 204.73 | 53.1 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 72 | 0 | 0.14 | 0.71 | 0.04 | 47.86 | 0.9 | 0.62 |
| Hex | F5 | D2 | 48 | 0 | E | 47 | 4 | 30 | 5A | 3E |
| Octal | 365 | 322 | 110 | 0 | 16 | 107 | 4 | 60 | 132 | 76 |
| Binary | 11110101 | 11010010 | 1001000 | 0 | 1110 | 1000111 | 100 | 110000 | 1011010 | 111110 |
Color Harmonies of #F5D248
Complementary color
Monochromatic Colors of #F5D248
Black with #F5D248
Text Example
Text Example
White with #F5D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D248; }
p { color: rgb(245,210,72); }
H1.HeaderClassName
{
color: #F5D248;
}
.AnyTagClassName
{
color: #F5D248;
}
</style>
background-color css
<style>
a { background-color: #F5D248; }
a { background-color: rgb(245,210,72); }
div.DivClassName
{
background-color: #F5D248;
}
.BgClassName
{
background-color: #F5D248;
}
</style>
border-color css
<style>
span { border-color: #F5D248; }
span { border-color: rgb(245,210,72); }
td.TdClassName
{
border-color: #F5D248;
}
.TagClassName
{
border-color: #F5D248;
}
</style>