Shades of Energy Yellow #FDD74B
Tints of Energy Yellow #FDD74B
RGB
CMYK
RGB Variations
Color information
#FDD74B (or 0xFDD74B) is known color: Energy Yellow. HEX triplet: FD, D7 and 4B. RGB value is (253,215,75). Sum of RGB (Red+Green+Blue) = 253+215+75=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 75 (29.69% from 255 or 13.81% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD74B is #0228B4. Grayscale: #D3D3D3. Windows color (decimal): -141493 or 4970493. OLE color: 4970493.
HSL color Cylindrical-coordinate representation of color #FDD74B: hue angle of 47.19º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDD74B is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 75 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.01 |
| HSL | 47.19º | 0.98% | 0.64% | - |
| HSV(B) | 47.19º | 0.7% | 0.99% | - |
| XYZ | 66.08 | 69.99 | 16.68 | - |
| YUV | 210.4 | 51.59 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 75 | 0 | 0.15 | 0.70 | 0.01 | 47.19 | 0.98 | 0.64 |
| Hex | FD | D7 | 4B | 0 | F | 46 | 1 | 2F | 62 | 40 |
| Octal | 375 | 327 | 113 | 0 | 17 | 106 | 1 | 57 | 142 | 100 |
| Binary | 11111101 | 11010111 | 1001011 | 0 | 1111 | 1000110 | 1 | 101111 | 1100010 | 1000000 |
Color Harmonies of #FDD74B
Complementary color
Monochromatic Colors of #FDD74B
Black with #FDD74B
Text Example
Text Example
White with #FDD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD74B; }
p { color: rgb(253,215,75); }
H1.HeaderClassName
{
color: #FDD74B;
}
.AnyTagClassName
{
color: #FDD74B;
}
</style>
background-color css
<style>
a { background-color: #FDD74B; }
a { background-color: rgb(253,215,75); }
div.DivClassName
{
background-color: #FDD74B;
}
.BgClassName
{
background-color: #FDD74B;
}
</style>
border-color css
<style>
span { border-color: #FDD74B; }
span { border-color: rgb(253,215,75); }
td.TdClassName
{
border-color: #FDD74B;
}
.TagClassName
{
border-color: #FDD74B;
}
</style>