Shades of Energy Yellow #FFD74B
Tints of Energy Yellow #FFD74B
RGB
CMYK
RGB Variations
Color information
#FFD74B (or 0xFFD74B) is known color: Energy Yellow. HEX triplet: FF, D7 and 4B. RGB value is (255,215,75). Sum of RGB (Red+Green+Blue) = 255+215+75=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 75 (29.69% from 255 or 13.76% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD74B is #0028B4. Grayscale: #D3D3D3. Windows color (decimal): -10421 or 4970495. OLE color: 4970495.
HSL color Cylindrical-coordinate representation of color #FFD74B: hue angle of 46.67º 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 #FFD74B is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 75 | - |
| CMYK | 0 | 0.16 | 0.71 | 0 |
| HSL | 46.67º | 1% | 0.65% | - |
| HSV(B) | 46.67º | 0.71% | 1% | - |
| XYZ | 66.81 | 70.37 | 16.72 | - |
| YUV | 211 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 75 | 0 | 0.16 | 0.71 | 0 | 46.67 | 1 | 0.65 |
| Hex | FF | D7 | 4B | 0 | 10 | 47 | 0 | 2F | 64 | 41 |
| Octal | 377 | 327 | 113 | 0 | 20 | 107 | 0 | 57 | 144 | 101 |
| Binary | 11111111 | 11010111 | 1001011 | 0 | 10000 | 1000111 | 0 | 101111 | 1100100 | 1000001 |
Color Harmonies of #FFD74B
Complementary color
Monochromatic Colors of #FFD74B
Black with #FFD74B
Text Example
Text Example
White with #FFD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD74B; }
p { color: rgb(255,215,75); }
H1.HeaderClassName
{
color: #FFD74B;
}
.AnyTagClassName
{
color: #FFD74B;
}
</style>
background-color css
<style>
a { background-color: #FFD74B; }
a { background-color: rgb(255,215,75); }
div.DivClassName
{
background-color: #FFD74B;
}
.BgClassName
{
background-color: #FFD74B;
}
</style>
border-color css
<style>
span { border-color: #FFD74B; }
span { border-color: rgb(255,215,75); }
td.TdClassName
{
border-color: #FFD74B;
}
.TagClassName
{
border-color: #FFD74B;
}
</style>