Shades of Energy Yellow #F8DD45
Tints of Energy Yellow #F8DD45
RGB
CMYK
RGB Variations
Color information
#F8DD45 (or 0xF8DD45) is known color: Energy Yellow. HEX triplet: F8, DD and 45. RGB value is (248,221,69). Sum of RGB (Red+Green+Blue) = 248+221+69=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DD45 is #0722BA. Grayscale: #D4D4D4. Windows color (decimal): -467643 or 4578808. OLE color: 4578808.
HSL color Cylindrical-coordinate representation of color #F8DD45: hue angle of 50.95º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8DD45 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 69 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.03 |
| HSL | 50.95º | 0.93% | 0.62% | - |
| HSV(B) | 50.95º | 0.72% | 0.97% | - |
| XYZ | 65.64 | 72.1 | 16.09 | - |
| YUV | 211.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 69 | 0 | 0.11 | 0.72 | 0.03 | 50.95 | 0.93 | 0.62 |
| Hex | F8 | DD | 45 | 0 | B | 48 | 3 | 33 | 5D | 3E |
| Octal | 370 | 335 | 105 | 0 | 13 | 110 | 3 | 63 | 135 | 76 |
| Binary | 11111000 | 11011101 | 1000101 | 0 | 1011 | 1001000 | 11 | 110011 | 1011101 | 111110 |
Color Harmonies of #F8DD45
Complementary color
Monochromatic Colors of #F8DD45
Black with #F8DD45
Text Example
Text Example
White with #F8DD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD45; }
p { color: rgb(248,221,69); }
H1.HeaderClassName
{
color: #F8DD45;
}
.AnyTagClassName
{
color: #F8DD45;
}
</style>
background-color css
<style>
a { background-color: #F8DD45; }
a { background-color: rgb(248,221,69); }
div.DivClassName
{
background-color: #F8DD45;
}
.BgClassName
{
background-color: #F8DD45;
}
</style>
border-color css
<style>
span { border-color: #F8DD45; }
span { border-color: rgb(248,221,69); }
td.TdClassName
{
border-color: #F8DD45;
}
.TagClassName
{
border-color: #F8DD45;
}
</style>