Shades of Energy Yellow #FFD949
Tints of Energy Yellow #FFD949
RGB
CMYK
RGB Variations
Color information
#FFD949 (or 0xFFD949) is known color: Energy Yellow. HEX triplet: FF, D9 and 49. RGB value is (255,217,73). Sum of RGB (Red+Green+Blue) = 255+217+73=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD949 is #0026B6. Grayscale: #D4D4D4. Windows color (decimal): -9911 or 4839935. OLE color: 4839935.
HSL color Cylindrical-coordinate representation of color #FFD949: hue angle of 47.47º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD949 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 73 | - |
| CMYK | 0 | 0.15 | 0.71 | 0 |
| HSL | 47.47º | 1% | 0.64% | - |
| HSV(B) | 47.47º | 0.71% | 1% | - |
| XYZ | 67.26 | 71.37 | 16.53 | - |
| YUV | 211.95 | 49.59 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 73 | 0 | 0.15 | 0.71 | 0 | 47.47 | 1 | 0.64 |
| Hex | FF | D9 | 49 | 0 | F | 47 | 0 | 2F | 64 | 40 |
| Octal | 377 | 331 | 111 | 0 | 17 | 107 | 0 | 57 | 144 | 100 |
| Binary | 11111111 | 11011001 | 1001001 | 0 | 1111 | 1000111 | 0 | 101111 | 1100100 | 1000000 |
Color Harmonies of #FFD949
Complementary color
Monochromatic Colors of #FFD949
Black with #FFD949
Text Example
Text Example
White with #FFD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD949; }
p { color: rgb(255,217,73); }
H1.HeaderClassName
{
color: #FFD949;
}
.AnyTagClassName
{
color: #FFD949;
}
</style>
background-color css
<style>
a { background-color: #FFD949; }
a { background-color: rgb(255,217,73); }
div.DivClassName
{
background-color: #FFD949;
}
.BgClassName
{
background-color: #FFD949;
}
</style>
border-color css
<style>
span { border-color: #FFD949; }
span { border-color: rgb(255,217,73); }
td.TdClassName
{
border-color: #FFD949;
}
.TagClassName
{
border-color: #FFD949;
}
</style>