Shades of Energy Yellow #FCDF48
Tints of Energy Yellow #FCDF48
RGB
CMYK
RGB Variations
Color information
#FCDF48 (or 0xFCDF48) is known color: Energy Yellow. HEX triplet: FC, DF and 48. RGB value is (252,223,72). Sum of RGB (Red+Green+Blue) = 252+223+72=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 72 (28.52% from 255 or 13.16% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF48 is #0320B7. Grayscale: #D7D7D7. Windows color (decimal): -204984 or 4775932. OLE color: 4775932.
HSL color Cylindrical-coordinate representation of color #FCDF48: hue angle of 50.33º 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 #FCDF48 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 72 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.01 |
| HSL | 50.33º | 0.97% | 0.64% | - |
| HSV(B) | 50.33º | 0.71% | 0.99% | - |
| XYZ | 67.7 | 73.94 | 16.83 | - |
| YUV | 214.46 | 47.61 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 72 | 0 | 0.12 | 0.71 | 0.01 | 50.33 | 0.97 | 0.64 |
| Hex | FC | DF | 48 | 0 | C | 47 | 1 | 32 | 61 | 40 |
| Octal | 374 | 337 | 110 | 0 | 14 | 107 | 1 | 62 | 141 | 100 |
| Binary | 11111100 | 11011111 | 1001000 | 0 | 1100 | 1000111 | 1 | 110010 | 1100001 | 1000000 |
Color Harmonies of #FCDF48
Complementary color
Monochromatic Colors of #FCDF48
Black with #FCDF48
Text Example
Text Example
White with #FCDF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF48; }
p { color: rgb(252,223,72); }
H1.HeaderClassName
{
color: #FCDF48;
}
.AnyTagClassName
{
color: #FCDF48;
}
</style>
background-color css
<style>
a { background-color: #FCDF48; }
a { background-color: rgb(252,223,72); }
div.DivClassName
{
background-color: #FCDF48;
}
.BgClassName
{
background-color: #FCDF48;
}
</style>
border-color css
<style>
span { border-color: #FCDF48; }
span { border-color: rgb(252,223,72); }
td.TdClassName
{
border-color: #FCDF48;
}
.TagClassName
{
border-color: #FCDF48;
}
</style>