Shades of Energy Yellow #FFD84B
Tints of Energy Yellow #FFD84B
RGB
CMYK
RGB Variations
Color information
#FFD84B (or 0xFFD84B) is known color: Energy Yellow. HEX triplet: FF, D8 and 4B. RGB value is (255,216,75). Sum of RGB (Red+Green+Blue) = 255+216+75=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 75 (29.69% from 255 or 13.74% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD84B is #0027B4. Grayscale: #D4D4D4. Windows color (decimal): -10165 or 4970751. OLE color: 4970751.
HSL color Cylindrical-coordinate representation of color #FFD84B: hue angle of 47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFD84B is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 75 | - |
| CMYK | 0 | 0.15 | 0.71 | 0 |
| HSL | 47º | 1% | 0.65% | - |
| HSV(B) | 47º | 0.71% | 1% | - |
| XYZ | 67.07 | 70.88 | 16.8 | - |
| YUV | 211.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 75 | 0 | 0.15 | 0.71 | 0 | 47 | 1 | 0.65 |
| Hex | FF | D8 | 4B | 0 | F | 47 | 0 | 2F | 64 | 41 |
| Octal | 377 | 330 | 113 | 0 | 17 | 107 | 0 | 57 | 144 | 101 |
| Binary | 11111111 | 11011000 | 1001011 | 0 | 1111 | 1000111 | 0 | 101111 | 1100100 | 1000001 |
Color Harmonies of #FFD84B
Complementary color
Monochromatic Colors of #FFD84B
Black with #FFD84B
Text Example
Text Example
White with #FFD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD84B; }
p { color: rgb(255,216,75); }
H1.HeaderClassName
{
color: #FFD84B;
}
.AnyTagClassName
{
color: #FFD84B;
}
</style>
background-color css
<style>
a { background-color: #FFD84B; }
a { background-color: rgb(255,216,75); }
div.DivClassName
{
background-color: #FFD84B;
}
.BgClassName
{
background-color: #FFD84B;
}
</style>
border-color css
<style>
span { border-color: #FFD84B; }
span { border-color: rgb(255,216,75); }
td.TdClassName
{
border-color: #FFD84B;
}
.TagClassName
{
border-color: #FFD84B;
}
</style>