Shades of Energy Yellow #FFD648
Tints of Energy Yellow #FFD648
RGB
CMYK
RGB Variations
Color information
#FFD648 (or 0xFFD648) is known color: Energy Yellow. HEX triplet: FF, D6 and 48. RGB value is (255,214,72). Sum of RGB (Red+Green+Blue) = 255+214+72=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 72 (28.52% from 255 or 13.31% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD648 is #0029B7. Grayscale: #D2D2D2. Windows color (decimal): -10680 or 4773631. OLE color: 4773631.
HSL color Cylindrical-coordinate representation of color #FFD648: hue angle of 46.56º 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 #FFD648 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 72 | - |
| CMYK | 0 | 0.16 | 0.72 | 0 |
| HSL | 46.56º | 1% | 0.64% | - |
| HSV(B) | 46.56º | 0.72% | 1% | - |
| XYZ | 66.46 | 69.82 | 16.11 | - |
| YUV | 210.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 72 | 0 | 0.16 | 0.72 | 0 | 46.56 | 1 | 0.64 |
| Hex | FF | D6 | 48 | 0 | 10 | 48 | 0 | 2F | 64 | 40 |
| Octal | 377 | 326 | 110 | 0 | 20 | 110 | 0 | 57 | 144 | 100 |
| Binary | 11111111 | 11010110 | 1001000 | 0 | 10000 | 1001000 | 0 | 101111 | 1100100 | 1000000 |
Color Harmonies of #FFD648
Complementary color
Monochromatic Colors of #FFD648
Black with #FFD648
Text Example
Text Example
White with #FFD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD648; }
p { color: rgb(255,214,72); }
H1.HeaderClassName
{
color: #FFD648;
}
.AnyTagClassName
{
color: #FFD648;
}
</style>
background-color css
<style>
a { background-color: #FFD648; }
a { background-color: rgb(255,214,72); }
div.DivClassName
{
background-color: #FFD648;
}
.BgClassName
{
background-color: #FFD648;
}
</style>
border-color css
<style>
span { border-color: #FFD648; }
span { border-color: rgb(255,214,72); }
td.TdClassName
{
border-color: #FFD648;
}
.TagClassName
{
border-color: #FFD648;
}
</style>