Shades of Energy Yellow #F8DA53
Tints of Energy Yellow #F8DA53
RGB
CMYK
RGB Variations
Color information
#F8DA53 (or 0xF8DA53) is known color: Energy Yellow. HEX triplet: F8, DA and 53. RGB value is (248,218,83). Sum of RGB (Red+Green+Blue) = 248+218+83=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 83 (32.81% from 255 or 15.12% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DA53 is #0725AC. Grayscale: #D4D4D4. Windows color (decimal): -468397 or 5495544. OLE color: 5495544.
HSL color Cylindrical-coordinate representation of color #F8DA53: hue angle of 49.09º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F8DA53 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 83 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.03 |
| HSL | 49.09º | 0.92% | 0.65% | - |
| HSV(B) | 49.09º | 0.67% | 0.97% | - |
| XYZ | 65.34 | 70.72 | 18.39 | - |
| YUV | 211.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 83 | 0 | 0.12 | 0.67 | 0.03 | 49.09 | 0.92 | 0.65 |
| Hex | F8 | DA | 53 | 0 | C | 43 | 3 | 31 | 5C | 41 |
| Octal | 370 | 332 | 123 | 0 | 14 | 103 | 3 | 61 | 134 | 101 |
| Binary | 11111000 | 11011010 | 1010011 | 0 | 1100 | 1000011 | 11 | 110001 | 1011100 | 1000001 |
Color Harmonies of #F8DA53
Complementary color
Monochromatic Colors of #F8DA53
Black with #F8DA53
Text Example
Text Example
White with #F8DA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DA53; }
p { color: rgb(248,218,83); }
H1.HeaderClassName
{
color: #F8DA53;
}
.AnyTagClassName
{
color: #F8DA53;
}
</style>
background-color css
<style>
a { background-color: #F8DA53; }
a { background-color: rgb(248,218,83); }
div.DivClassName
{
background-color: #F8DA53;
}
.BgClassName
{
background-color: #F8DA53;
}
</style>
border-color css
<style>
span { border-color: #F8DA53; }
span { border-color: rgb(248,218,83); }
td.TdClassName
{
border-color: #F8DA53;
}
.TagClassName
{
border-color: #F8DA53;
}
</style>