Shades of Energy Yellow #FFD748
Tints of Energy Yellow #FFD748
RGB
CMYK
RGB Variations
Color information
#FFD748 (or 0xFFD748) is known color: Energy Yellow. HEX triplet: FF, D7 and 48. RGB value is (255,215,72). Sum of RGB (Red+Green+Blue) = 255+215+72=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 72 (28.52% from 255 or 13.28% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD748 is #0028B7. Grayscale: #D3D3D3. Windows color (decimal): -10424 or 4773887. OLE color: 4773887.
HSL color Cylindrical-coordinate representation of color #FFD748: hue angle of 46.89º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FFD748 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 72 | - |
| CMYK | 0 | 0.16 | 0.72 | 0 |
| HSL | 46.89º | 1% | 0.64% | - |
| HSV(B) | 46.89º | 0.72% | 1% | - |
| XYZ | 66.71 | 70.33 | 16.19 | - |
| YUV | 210.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 72 | 0 | 0.16 | 0.72 | 0 | 46.89 | 1 | 0.64 |
| Hex | FF | D7 | 48 | 0 | 10 | 48 | 0 | 2F | 64 | 40 |
| Octal | 377 | 327 | 110 | 0 | 20 | 110 | 0 | 57 | 144 | 100 |
| Binary | 11111111 | 11010111 | 1001000 | 0 | 10000 | 1001000 | 0 | 101111 | 1100100 | 1000000 |
Color Harmonies of #FFD748
Complementary color
Monochromatic Colors of #FFD748
Black with #FFD748
Text Example
Text Example
White with #FFD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD748; }
p { color: rgb(255,215,72); }
H1.HeaderClassName
{
color: #FFD748;
}
.AnyTagClassName
{
color: #FFD748;
}
</style>
background-color css
<style>
a { background-color: #FFD748; }
a { background-color: rgb(255,215,72); }
div.DivClassName
{
background-color: #FFD748;
}
.BgClassName
{
background-color: #FFD748;
}
</style>
border-color css
<style>
span { border-color: #FFD748; }
span { border-color: rgb(255,215,72); }
td.TdClassName
{
border-color: #FFD748;
}
.TagClassName
{
border-color: #FFD748;
}
</style>