Shades of Energy Yellow #FFD745
Tints of Energy Yellow #FFD745
RGB
CMYK
RGB Variations
Color information
#FFD745 (or 0xFFD745) is known color: Energy Yellow. HEX triplet: FF, D7 and 45. RGB value is (255,215,69). Sum of RGB (Red+Green+Blue) = 255+215+69=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD745 is #0028BA. Grayscale: #D2D2D2. Windows color (decimal): -10427 or 4577279. OLE color: 4577279.
HSL color Cylindrical-coordinate representation of color #FFD745: hue angle of 47.1º 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 #FFD745 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 69 | - |
| CMYK | 0 | 0.16 | 0.73 | 0 |
| HSL | 47.1º | 1% | 0.64% | - |
| HSV(B) | 47.1º | 0.73% | 1% | - |
| XYZ | 66.61 | 70.29 | 15.69 | - |
| YUV | 210.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 69 | 0 | 0.16 | 0.73 | 0 | 47.1 | 1 | 0.64 |
| Hex | FF | D7 | 45 | 0 | 10 | 49 | 0 | 2F | 64 | 40 |
| Octal | 377 | 327 | 105 | 0 | 20 | 111 | 0 | 57 | 144 | 100 |
| Binary | 11111111 | 11010111 | 1000101 | 0 | 10000 | 1001001 | 0 | 101111 | 1100100 | 1000000 |
Color Harmonies of #FFD745
Complementary color
Monochromatic Colors of #FFD745
Black with #FFD745
Text Example
Text Example
White with #FFD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD745; }
p { color: rgb(255,215,69); }
H1.HeaderClassName
{
color: #FFD745;
}
.AnyTagClassName
{
color: #FFD745;
}
</style>
background-color css
<style>
a { background-color: #FFD745; }
a { background-color: rgb(255,215,69); }
div.DivClassName
{
background-color: #FFD745;
}
.BgClassName
{
background-color: #FFD745;
}
</style>
border-color css
<style>
span { border-color: #FFD745; }
span { border-color: rgb(255,215,69); }
td.TdClassName
{
border-color: #FFD745;
}
.TagClassName
{
border-color: #FFD745;
}
</style>