Shades of Energy Yellow #F8DD4B
Tints of Energy Yellow #F8DD4B
RGB
CMYK
RGB Variations
Color information
#F8DD4B (or 0xF8DD4B) is known color: Energy Yellow. HEX triplet: F8, DD and 4B. RGB value is (248,221,75). Sum of RGB (Red+Green+Blue) = 248+221+75=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DD4B is #0722B4. Grayscale: #D5D5D5. Windows color (decimal): -467637 or 4972024. OLE color: 4972024.
HSL color Cylindrical-coordinate representation of color #F8DD4B: hue angle of 50.64º 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 #F8DD4B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 221 | 75 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.03 |
| HSL | 50.64º | 0.93% | 0.63% | - |
| HSV(B) | 50.64º | 0.7% | 0.97% | - |
| XYZ | 65.84 | 72.18 | 17.12 | - |
| YUV | 212.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 221 | 75 | 0 | 0.11 | 0.70 | 0.03 | 50.64 | 0.93 | 0.63 |
| Hex | F8 | DD | 4B | 0 | B | 46 | 3 | 33 | 5D | 3F |
| Octal | 370 | 335 | 113 | 0 | 13 | 106 | 3 | 63 | 135 | 77 |
| Binary | 11111000 | 11011101 | 1001011 | 0 | 1011 | 1000110 | 11 | 110011 | 1011101 | 111111 |
Color Harmonies of #F8DD4B
Complementary color
Monochromatic Colors of #F8DD4B
Black with #F8DD4B
Text Example
Text Example
White with #F8DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DD4B; }
p { color: rgb(248,221,75); }
H1.HeaderClassName
{
color: #F8DD4B;
}
.AnyTagClassName
{
color: #F8DD4B;
}
</style>
background-color css
<style>
a { background-color: #F8DD4B; }
a { background-color: rgb(248,221,75); }
div.DivClassName
{
background-color: #F8DD4B;
}
.BgClassName
{
background-color: #F8DD4B;
}
</style>
border-color css
<style>
span { border-color: #F8DD4B; }
span { border-color: rgb(248,221,75); }
td.TdClassName
{
border-color: #F8DD4B;
}
.TagClassName
{
border-color: #F8DD4B;
}
</style>