Shades of Energy Yellow #FFD948
Tints of Energy Yellow #FFD948
RGB
CMYK
RGB Variations
Color information
#FFD948 (or 0xFFD948) is known color: Energy Yellow. HEX triplet: FF, D9 and 48. RGB value is (255,217,72). Sum of RGB (Red+Green+Blue) = 255+217+72=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 72 (28.52% from 255 or 13.24% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD948 is #0026B7. Grayscale: #D4D4D4. Windows color (decimal): -9912 or 4774399. OLE color: 4774399.
HSL color Cylindrical-coordinate representation of color #FFD948: hue angle of 47.54º 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 #FFD948 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 72 | - |
| CMYK | 0 | 0.15 | 0.72 | 0 |
| HSL | 47.54º | 1% | 0.64% | - |
| HSV(B) | 47.54º | 0.72% | 1% | - |
| XYZ | 67.22 | 71.35 | 16.36 | - |
| YUV | 211.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 72 | 0 | 0.15 | 0.72 | 0 | 47.54 | 1 | 0.64 |
| Hex | FF | D9 | 48 | 0 | F | 48 | 0 | 30 | 64 | 40 |
| Octal | 377 | 331 | 110 | 0 | 17 | 110 | 0 | 60 | 144 | 100 |
| Binary | 11111111 | 11011001 | 1001000 | 0 | 1111 | 1001000 | 0 | 110000 | 1100100 | 1000000 |
Color Harmonies of #FFD948
Complementary color
Monochromatic Colors of #FFD948
Black with #FFD948
Text Example
Text Example
White with #FFD948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD948; }
p { color: rgb(255,217,72); }
H1.HeaderClassName
{
color: #FFD948;
}
.AnyTagClassName
{
color: #FFD948;
}
</style>
background-color css
<style>
a { background-color: #FFD948; }
a { background-color: rgb(255,217,72); }
div.DivClassName
{
background-color: #FFD948;
}
.BgClassName
{
background-color: #FFD948;
}
</style>
border-color css
<style>
span { border-color: #FFD948; }
span { border-color: rgb(255,217,72); }
td.TdClassName
{
border-color: #FFD948;
}
.TagClassName
{
border-color: #FFD948;
}
</style>