Shades of Energy Yellow #FFDE48
Tints of Energy Yellow #FFDE48
RGB
CMYK
RGB Variations
Color information
#FFDE48 (or 0xFFDE48) is known color: Energy Yellow. HEX triplet: FF, DE and 48. RGB value is (255,222,72). Sum of RGB (Red+Green+Blue) = 255+222+72=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE48 is #0021B7. Grayscale: #D7D7D7. Windows color (decimal): -8632 or 4775679. OLE color: 4775679.
HSL color Cylindrical-coordinate representation of color #FFDE48: hue angle of 49.18º 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 #FFDE48 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 72 | - |
| CMYK | 0 | 0.13 | 0.72 | 0 |
| HSL | 49.18º | 1% | 0.64% | - |
| HSV(B) | 49.18º | 0.72% | 1% | - |
| XYZ | 68.53 | 73.97 | 16.8 | - |
| YUV | 214.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 72 | 0 | 0.13 | 0.72 | 0 | 49.18 | 1 | 0.64 |
| Hex | FF | DE | 48 | 0 | D | 48 | 0 | 31 | 64 | 40 |
| Octal | 377 | 336 | 110 | 0 | 15 | 110 | 0 | 61 | 144 | 100 |
| Binary | 11111111 | 11011110 | 1001000 | 0 | 1101 | 1001000 | 0 | 110001 | 1100100 | 1000000 |
Color Harmonies of #FFDE48
Complementary color
Monochromatic Colors of #FFDE48
Black with #FFDE48
Text Example
Text Example
White with #FFDE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE48; }
p { color: rgb(255,222,72); }
H1.HeaderClassName
{
color: #FFDE48;
}
.AnyTagClassName
{
color: #FFDE48;
}
</style>
background-color css
<style>
a { background-color: #FFDE48; }
a { background-color: rgb(255,222,72); }
div.DivClassName
{
background-color: #FFDE48;
}
.BgClassName
{
background-color: #FFDE48;
}
</style>
border-color css
<style>
span { border-color: #FFDE48; }
span { border-color: rgb(255,222,72); }
td.TdClassName
{
border-color: #FFDE48;
}
.TagClassName
{
border-color: #FFDE48;
}
</style>