Shades of Energy Yellow #F5DD44
Tints of Energy Yellow #F5DD44
RGB
CMYK
RGB Variations
Color information
#F5DD44 (or 0xF5DD44) is known color: Energy Yellow. HEX triplet: F5, DD and 44. RGB value is (245,221,68). Sum of RGB (Red+Green+Blue) = 245+221+68=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 68 (26.95% from 255 or 12.73% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DD44 is #0A22BB. Grayscale: #D3D3D3. Windows color (decimal): -664252 or 4513269. OLE color: 4513269.
HSL color Cylindrical-coordinate representation of color #F5DD44: hue angle of 51.86º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5DD44 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 68 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.04 |
| HSL | 51.86º | 0.9% | 0.61% | - |
| HSV(B) | 51.86º | 0.72% | 0.96% | - |
| XYZ | 64.56 | 71.54 | 15.88 | - |
| YUV | 210.73 | 47.45 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 68 | 0 | 0.10 | 0.72 | 0.04 | 51.86 | 0.9 | 0.61 |
| Hex | F5 | DD | 44 | 0 | A | 48 | 4 | 34 | 5A | 3D |
| Octal | 365 | 335 | 104 | 0 | 12 | 110 | 4 | 64 | 132 | 75 |
| Binary | 11110101 | 11011101 | 1000100 | 0 | 1010 | 1001000 | 100 | 110100 | 1011010 | 111101 |
Color Harmonies of #F5DD44
Complementary color
Monochromatic Colors of #F5DD44
Black with #F5DD44
Text Example
Text Example
White with #F5DD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD44; }
p { color: rgb(245,221,68); }
H1.HeaderClassName
{
color: #F5DD44;
}
.AnyTagClassName
{
color: #F5DD44;
}
</style>
background-color css
<style>
a { background-color: #F5DD44; }
a { background-color: rgb(245,221,68); }
div.DivClassName
{
background-color: #F5DD44;
}
.BgClassName
{
background-color: #F5DD44;
}
</style>
border-color css
<style>
span { border-color: #F5DD44; }
span { border-color: rgb(245,221,68); }
td.TdClassName
{
border-color: #F5DD44;
}
.TagClassName
{
border-color: #F5DD44;
}
</style>