Shades of Energy Yellow #FCDD48
Tints of Energy Yellow #FCDD48
RGB
CMYK
RGB Variations
Color information
#FCDD48 (or 0xFCDD48) is known color: Energy Yellow. HEX triplet: FC, DD and 48. RGB value is (252,221,72). Sum of RGB (Red+Green+Blue) = 252+221+72=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD48 is #0322B7. Grayscale: #D5D5D5. Windows color (decimal): -205496 or 4775420. OLE color: 4775420.
HSL color Cylindrical-coordinate representation of color #FCDD48: hue angle of 49.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCDD48 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 72 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.01 |
| HSL | 49.67º | 0.97% | 0.64% | - |
| HSV(B) | 49.67º | 0.71% | 0.99% | - |
| XYZ | 67.17 | 72.88 | 16.66 | - |
| YUV | 213.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 72 | 0 | 0.12 | 0.71 | 0.01 | 49.67 | 0.97 | 0.64 |
| Hex | FC | DD | 48 | 0 | C | 47 | 1 | 32 | 61 | 40 |
| Octal | 374 | 335 | 110 | 0 | 14 | 107 | 1 | 62 | 141 | 100 |
| Binary | 11111100 | 11011101 | 1001000 | 0 | 1100 | 1000111 | 1 | 110010 | 1100001 | 1000000 |
Color Harmonies of #FCDD48
Complementary color
Monochromatic Colors of #FCDD48
Black with #FCDD48
Text Example
Text Example
White with #FCDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD48; }
p { color: rgb(252,221,72); }
H1.HeaderClassName
{
color: #FCDD48;
}
.AnyTagClassName
{
color: #FCDD48;
}
</style>
background-color css
<style>
a { background-color: #FCDD48; }
a { background-color: rgb(252,221,72); }
div.DivClassName
{
background-color: #FCDD48;
}
.BgClassName
{
background-color: #FCDD48;
}
</style>
border-color css
<style>
span { border-color: #FCDD48; }
span { border-color: rgb(252,221,72); }
td.TdClassName
{
border-color: #FCDD48;
}
.TagClassName
{
border-color: #FCDD48;
}
</style>