Shades of Energy Yellow #FCDA46
Tints of Energy Yellow #FCDA46
RGB
CMYK
RGB Variations
Color information
#FCDA46 (or 0xFCDA46) is known color: Energy Yellow. HEX triplet: FC, DA and 46. RGB value is (252,218,70). Sum of RGB (Red+Green+Blue) = 252+218+70=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 70 (27.73% from 255 or 12.96% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA46 is #0325B9. Grayscale: #D3D3D3. Windows color (decimal): -206266 or 4643580. OLE color: 4643580.
HSL color Cylindrical-coordinate representation of color #FCDA46: hue angle of 48.79º 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 #FCDA46 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 70 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.01 |
| HSL | 48.79º | 0.97% | 0.63% | - |
| HSV(B) | 48.79º | 0.72% | 0.99% | - |
| XYZ | 66.32 | 71.28 | 16.06 | - |
| YUV | 211.29 | 48.26 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 70 | 0 | 0.13 | 0.72 | 0.01 | 48.79 | 0.97 | 0.63 |
| Hex | FC | DA | 46 | 0 | D | 48 | 1 | 31 | 61 | 3F |
| Octal | 374 | 332 | 106 | 0 | 15 | 110 | 1 | 61 | 141 | 77 |
| Binary | 11111100 | 11011010 | 1000110 | 0 | 1101 | 1001000 | 1 | 110001 | 1100001 | 111111 |
Color Harmonies of #FCDA46
Complementary color
Monochromatic Colors of #FCDA46
Black with #FCDA46
Text Example
Text Example
White with #FCDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA46; }
p { color: rgb(252,218,70); }
H1.HeaderClassName
{
color: #FCDA46;
}
.AnyTagClassName
{
color: #FCDA46;
}
</style>
background-color css
<style>
a { background-color: #FCDA46; }
a { background-color: rgb(252,218,70); }
div.DivClassName
{
background-color: #FCDA46;
}
.BgClassName
{
background-color: #FCDA46;
}
</style>
border-color css
<style>
span { border-color: #FCDA46; }
span { border-color: rgb(252,218,70); }
td.TdClassName
{
border-color: #FCDA46;
}
.TagClassName
{
border-color: #FCDA46;
}
</style>