Shades of Energy Yellow #FDD846
Tints of Energy Yellow #FDD846
RGB
CMYK
RGB Variations
Color information
#FDD846 (or 0xFDD846) is known color: Energy Yellow. HEX triplet: FD, D8 and 46. RGB value is (253,216,70). Sum of RGB (Red+Green+Blue) = 253+216+70=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD846 is #0227B9. Grayscale: #D3D3D3. Windows color (decimal): -141242 or 4643069. OLE color: 4643069.
HSL color Cylindrical-coordinate representation of color #FDD846: hue angle of 47.87º 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 #FDD846 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 70 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.01 |
| HSL | 47.87º | 0.98% | 0.63% | - |
| HSV(B) | 47.87º | 0.72% | 0.99% | - |
| XYZ | 66.17 | 70.44 | 15.9 | - |
| YUV | 210.42 | 48.76 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 70 | 0 | 0.15 | 0.72 | 0.01 | 47.87 | 0.98 | 0.63 |
| Hex | FD | D8 | 46 | 0 | F | 48 | 1 | 30 | 62 | 3F |
| Octal | 375 | 330 | 106 | 0 | 17 | 110 | 1 | 60 | 142 | 77 |
| Binary | 11111101 | 11011000 | 1000110 | 0 | 1111 | 1001000 | 1 | 110000 | 1100010 | 111111 |
Color Harmonies of #FDD846
Complementary color
Monochromatic Colors of #FDD846
Black with #FDD846
Text Example
Text Example
White with #FDD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD846; }
p { color: rgb(253,216,70); }
H1.HeaderClassName
{
color: #FDD846;
}
.AnyTagClassName
{
color: #FDD846;
}
</style>
background-color css
<style>
a { background-color: #FDD846; }
a { background-color: rgb(253,216,70); }
div.DivClassName
{
background-color: #FDD846;
}
.BgClassName
{
background-color: #FDD846;
}
</style>
border-color css
<style>
span { border-color: #FDD846; }
span { border-color: rgb(253,216,70); }
td.TdClassName
{
border-color: #FDD846;
}
.TagClassName
{
border-color: #FDD846;
}
</style>