Shades of Energy Yellow #FFD845
Tints of Energy Yellow #FFD845
RGB
CMYK
RGB Variations
Color information
#FFD845 (or 0xFFD845) is known color: Energy Yellow. HEX triplet: FF, D8 and 45. RGB value is (255,216,69). Sum of RGB (Red+Green+Blue) = 255+216+69=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 69 (27.34% from 255 or 12.78% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD845 is #0027BA. Grayscale: #D3D3D3. Windows color (decimal): -10171 or 4577535. OLE color: 4577535.
HSL color Cylindrical-coordinate representation of color #FFD845: hue angle of 47.42º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FFD845 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 69 | - |
| CMYK | 0 | 0.15 | 0.73 | 0 |
| HSL | 47.42º | 1% | 0.64% | - |
| HSV(B) | 47.42º | 0.73% | 1% | - |
| XYZ | 66.87 | 70.8 | 15.77 | - |
| YUV | 210.9 | 47.92 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 69 | 0 | 0.15 | 0.73 | 0 | 47.42 | 1 | 0.64 |
| Hex | FF | D8 | 45 | 0 | F | 49 | 0 | 2F | 64 | 40 |
| Octal | 377 | 330 | 105 | 0 | 17 | 111 | 0 | 57 | 144 | 100 |
| Binary | 11111111 | 11011000 | 1000101 | 0 | 1111 | 1001001 | 0 | 101111 | 1100100 | 1000000 |
Color Harmonies of #FFD845
Complementary color
Monochromatic Colors of #FFD845
Black with #FFD845
Text Example
Text Example
White with #FFD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD845; }
p { color: rgb(255,216,69); }
H1.HeaderClassName
{
color: #FFD845;
}
.AnyTagClassName
{
color: #FFD845;
}
</style>
background-color css
<style>
a { background-color: #FFD845; }
a { background-color: rgb(255,216,69); }
div.DivClassName
{
background-color: #FFD845;
}
.BgClassName
{
background-color: #FFD845;
}
</style>
border-color css
<style>
span { border-color: #FFD845; }
span { border-color: rgb(255,216,69); }
td.TdClassName
{
border-color: #FFD845;
}
.TagClassName
{
border-color: #FFD845;
}
</style>