Shades of Energy Yellow #F5D448
Tints of Energy Yellow #F5D448
RGB
CMYK
RGB Variations
Color information
#F5D448 (or 0xF5D448) is known color: Energy Yellow. HEX triplet: F5, D4 and 48. RGB value is (245,212,72). Sum of RGB (Red+Green+Blue) = 245+212+72=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D448 is #0A2BB7. Grayscale: #CECECE. Windows color (decimal): -666552 or 4773109. OLE color: 4773109.
HSL color Cylindrical-coordinate representation of color #F5D448: hue angle of 48.55º 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 #F5D448 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 72 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.04 |
| HSL | 48.55º | 0.9% | 0.62% | - |
| HSV(B) | 48.55º | 0.71% | 0.96% | - |
| XYZ | 62.37 | 66.97 | 15.77 | - |
| YUV | 205.91 | 52.43 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 72 | 0 | 0.13 | 0.71 | 0.04 | 48.55 | 0.9 | 0.62 |
| Hex | F5 | D4 | 48 | 0 | D | 47 | 4 | 31 | 5A | 3E |
| Octal | 365 | 324 | 110 | 0 | 15 | 107 | 4 | 61 | 132 | 76 |
| Binary | 11110101 | 11010100 | 1001000 | 0 | 1101 | 1000111 | 100 | 110001 | 1011010 | 111110 |
Color Harmonies of #F5D448
Complementary color
Monochromatic Colors of #F5D448
Black with #F5D448
Text Example
Text Example
White with #F5D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D448; }
p { color: rgb(245,212,72); }
H1.HeaderClassName
{
color: #F5D448;
}
.AnyTagClassName
{
color: #F5D448;
}
</style>
background-color css
<style>
a { background-color: #F5D448; }
a { background-color: rgb(245,212,72); }
div.DivClassName
{
background-color: #F5D448;
}
.BgClassName
{
background-color: #F5D448;
}
</style>
border-color css
<style>
span { border-color: #F5D448; }
span { border-color: rgb(245,212,72); }
td.TdClassName
{
border-color: #F5D448;
}
.TagClassName
{
border-color: #F5D448;
}
</style>