Shades of Energy Yellow #FDD644
Tints of Energy Yellow #FDD644
RGB
CMYK
RGB Variations
Color information
#FDD644 (or 0xFDD644) is known color: Energy Yellow. HEX triplet: FD, D6 and 44. RGB value is (253,214,68). Sum of RGB (Red+Green+Blue) = 253+214+68=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD644 is #0229BB. Grayscale: #D1D1D1. Windows color (decimal): -141756 or 4511485. OLE color: 4511485.
HSL color Cylindrical-coordinate representation of color #FDD644: hue angle of 47.35º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDD644 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 68 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.01 |
| HSL | 47.35º | 0.98% | 0.63% | - |
| HSV(B) | 47.35º | 0.73% | 0.99% | - |
| XYZ | 65.6 | 69.39 | 15.41 | - |
| YUV | 209.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 68 | 0 | 0.15 | 0.73 | 0.01 | 47.35 | 0.98 | 0.63 |
| Hex | FD | D6 | 44 | 0 | F | 49 | 1 | 2F | 62 | 3F |
| Octal | 375 | 326 | 104 | 0 | 17 | 111 | 1 | 57 | 142 | 77 |
| Binary | 11111101 | 11010110 | 1000100 | 0 | 1111 | 1001001 | 1 | 101111 | 1100010 | 111111 |
Color Harmonies of #FDD644
Complementary color
Monochromatic Colors of #FDD644
Black with #FDD644
Text Example
Text Example
White with #FDD644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD644; }
p { color: rgb(253,214,68); }
H1.HeaderClassName
{
color: #FDD644;
}
.AnyTagClassName
{
color: #FDD644;
}
</style>
background-color css
<style>
a { background-color: #FDD644; }
a { background-color: rgb(253,214,68); }
div.DivClassName
{
background-color: #FDD644;
}
.BgClassName
{
background-color: #FDD644;
}
</style>
border-color css
<style>
span { border-color: #FDD644; }
span { border-color: rgb(253,214,68); }
td.TdClassName
{
border-color: #FDD644;
}
.TagClassName
{
border-color: #FDD644;
}
</style>