Shades of Energy Yellow #FDDC46
Tints of Energy Yellow #FDDC46
RGB
CMYK
RGB Variations
Color information
#FDDC46 (or 0xFDDC46) is known color: Energy Yellow. HEX triplet: FD, DC and 46. RGB value is (253,220,70). Sum of RGB (Red+Green+Blue) = 253+220+70=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC46 is #0223B9. Grayscale: #D5D5D5. Windows color (decimal): -140218 or 4644093. OLE color: 4644093.
HSL color Cylindrical-coordinate representation of color #FDDC46: hue angle of 49.18º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDDC46 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 70 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.01 |
| HSL | 49.18º | 0.98% | 0.63% | - |
| HSV(B) | 49.18º | 0.72% | 0.99% | - |
| XYZ | 67.21 | 72.51 | 16.25 | - |
| YUV | 212.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 70 | 0 | 0.13 | 0.72 | 0.01 | 49.18 | 0.98 | 0.63 |
| Hex | FD | DC | 46 | 0 | D | 48 | 1 | 31 | 62 | 3F |
| Octal | 375 | 334 | 106 | 0 | 15 | 110 | 1 | 61 | 142 | 77 |
| Binary | 11111101 | 11011100 | 1000110 | 0 | 1101 | 1001000 | 1 | 110001 | 1100010 | 111111 |
Color Harmonies of #FDDC46
Complementary color
Monochromatic Colors of #FDDC46
Black with #FDDC46
Text Example
Text Example
White with #FDDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC46; }
p { color: rgb(253,220,70); }
H1.HeaderClassName
{
color: #FDDC46;
}
.AnyTagClassName
{
color: #FDDC46;
}
</style>
background-color css
<style>
a { background-color: #FDDC46; }
a { background-color: rgb(253,220,70); }
div.DivClassName
{
background-color: #FDDC46;
}
.BgClassName
{
background-color: #FDDC46;
}
</style>
border-color css
<style>
span { border-color: #FDDC46; }
span { border-color: rgb(253,220,70); }
td.TdClassName
{
border-color: #FDDC46;
}
.TagClassName
{
border-color: #FDDC46;
}
</style>