Shades of Energy Yellow #F8DD4A
Tints of Energy Yellow #F8DD4A
RGB
CMYK
RGB Variations
Color information
#F8DD4A (or 0xF8DD4A) is known color: Energy Yellow. HEX triplet: F8, DD and 4A. RGB value is (248,221,74). Sum of RGB (Red+Green+Blue) = 248+221+74=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DD4A is #0722B5. Grayscale: #D4D4D4. Windows color (decimal): -467638 or 4906488. OLE color: 4906488.
HSL color Cylindrical-coordinate representation of color #F8DD4A: hue angle of 50.69º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8DD4A is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 74 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.03 |
| HSL | 50.69º | 0.93% | 0.63% | - |
| HSV(B) | 50.69º | 0.7% | 0.97% | - |
| XYZ | 65.8 | 72.16 | 16.94 | - |
| YUV | 212.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 74 | 0 | 0.11 | 0.70 | 0.03 | 50.69 | 0.93 | 0.63 |
| Hex | F8 | DD | 4A | 0 | B | 46 | 3 | 33 | 5D | 3F |
| Octal | 370 | 335 | 112 | 0 | 13 | 106 | 3 | 63 | 135 | 77 |
| Binary | 11111000 | 11011101 | 1001010 | 0 | 1011 | 1000110 | 11 | 110011 | 1011101 | 111111 |
Color Harmonies of #F8DD4A
Complementary color
Monochromatic Colors of #F8DD4A
Black with #F8DD4A
Text Example
Text Example
White with #F8DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD4A; }
p { color: rgb(248,221,74); }
H1.HeaderClassName
{
color: #F8DD4A;
}
.AnyTagClassName
{
color: #F8DD4A;
}
</style>
background-color css
<style>
a { background-color: #F8DD4A; }
a { background-color: rgb(248,221,74); }
div.DivClassName
{
background-color: #F8DD4A;
}
.BgClassName
{
background-color: #F8DD4A;
}
</style>
border-color css
<style>
span { border-color: #F8DD4A; }
span { border-color: rgb(248,221,74); }
td.TdClassName
{
border-color: #F8DD4A;
}
.TagClassName
{
border-color: #F8DD4A;
}
</style>