Shades of Energy Yellow #F8DA4D
Tints of Energy Yellow #F8DA4D
RGB
CMYK
RGB Variations
Color information
#F8DA4D (or 0xF8DA4D) is known color: Energy Yellow. HEX triplet: F8, DA and 4D. RGB value is (248,218,77). Sum of RGB (Red+Green+Blue) = 248+218+77=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA4D is #0725B2. Grayscale: #D3D3D3. Windows color (decimal): -468403 or 5102328. OLE color: 5102328.
HSL color Cylindrical-coordinate representation of color #F8DA4D: hue angle of 49.47º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8DA4D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 77 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.03 |
| HSL | 49.47º | 0.92% | 0.64% | - |
| HSV(B) | 49.47º | 0.69% | 0.97% | - |
| XYZ | 65.12 | 70.64 | 17.22 | - |
| YUV | 210.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 77 | 0 | 0.12 | 0.69 | 0.03 | 49.47 | 0.92 | 0.64 |
| Hex | F8 | DA | 4D | 0 | C | 45 | 3 | 31 | 5C | 40 |
| Octal | 370 | 332 | 115 | 0 | 14 | 105 | 3 | 61 | 134 | 100 |
| Binary | 11111000 | 11011010 | 1001101 | 0 | 1100 | 1000101 | 11 | 110001 | 1011100 | 1000000 |
Color Harmonies of #F8DA4D
Complementary color
Monochromatic Colors of #F8DA4D
Black with #F8DA4D
Text Example
Text Example
White with #F8DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA4D; }
p { color: rgb(248,218,77); }
H1.HeaderClassName
{
color: #F8DA4D;
}
.AnyTagClassName
{
color: #F8DA4D;
}
</style>
background-color css
<style>
a { background-color: #F8DA4D; }
a { background-color: rgb(248,218,77); }
div.DivClassName
{
background-color: #F8DA4D;
}
.BgClassName
{
background-color: #F8DA4D;
}
</style>
border-color css
<style>
span { border-color: #F8DA4D; }
span { border-color: rgb(248,218,77); }
td.TdClassName
{
border-color: #F8DA4D;
}
.TagClassName
{
border-color: #F8DA4D;
}
</style>