Shades of Energy Yellow #FCDD46
Tints of Energy Yellow #FCDD46
RGB
CMYK
RGB Variations
Color information
#FCDD46 (or 0xFCDD46) is known color: Energy Yellow. HEX triplet: FC, DD and 46. RGB value is (252,221,70). Sum of RGB (Red+Green+Blue) = 252+221+70=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD46 is #0322B9. Grayscale: #D5D5D5. Windows color (decimal): -205498 or 4644348. OLE color: 4644348.
HSL color Cylindrical-coordinate representation of color #FCDD46: hue angle of 49.78º degrees, saturation: 0.97, 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 #FCDD46 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 70 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.01 |
| HSL | 49.78º | 0.97% | 0.63% | - |
| HSV(B) | 49.78º | 0.72% | 0.99% | - |
| XYZ | 67.11 | 72.85 | 16.32 | - |
| YUV | 213.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 70 | 0 | 0.12 | 0.72 | 0.01 | 49.78 | 0.97 | 0.63 |
| Hex | FC | DD | 46 | 0 | C | 48 | 1 | 32 | 61 | 3F |
| Octal | 374 | 335 | 106 | 0 | 14 | 110 | 1 | 62 | 141 | 77 |
| Binary | 11111100 | 11011101 | 1000110 | 0 | 1100 | 1001000 | 1 | 110010 | 1100001 | 111111 |
Color Harmonies of #FCDD46
Complementary color
Monochromatic Colors of #FCDD46
Black with #FCDD46
Text Example
Text Example
White with #FCDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD46; }
p { color: rgb(252,221,70); }
H1.HeaderClassName
{
color: #FCDD46;
}
.AnyTagClassName
{
color: #FCDD46;
}
</style>
background-color css
<style>
a { background-color: #FCDD46; }
a { background-color: rgb(252,221,70); }
div.DivClassName
{
background-color: #FCDD46;
}
.BgClassName
{
background-color: #FCDD46;
}
</style>
border-color css
<style>
span { border-color: #FCDD46; }
span { border-color: rgb(252,221,70); }
td.TdClassName
{
border-color: #FCDD46;
}
.TagClassName
{
border-color: #FCDD46;
}
</style>