Shades of Energy Yellow #F5DA46
Tints of Energy Yellow #F5DA46
RGB
CMYK
RGB Variations
Color information
#F5DA46 (or 0xF5DA46) is known color: Energy Yellow. HEX triplet: F5, DA and 46. RGB value is (245,218,70). Sum of RGB (Red+Green+Blue) = 245+218+70=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DA46 is #0A25B9. Grayscale: #D1D1D1. Windows color (decimal): -665018 or 4643573. OLE color: 4643573.
HSL color Cylindrical-coordinate representation of color #F5DA46: hue angle of 50.74º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F5DA46 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 70 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.04 |
| HSL | 50.74º | 0.9% | 0.62% | - |
| HSV(B) | 50.74º | 0.71% | 0.96% | - |
| XYZ | 63.83 | 70 | 15.94 | - |
| YUV | 209.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 70 | 0 | 0.11 | 0.71 | 0.04 | 50.74 | 0.9 | 0.62 |
| Hex | F5 | DA | 46 | 0 | B | 47 | 4 | 33 | 5A | 3E |
| Octal | 365 | 332 | 106 | 0 | 13 | 107 | 4 | 63 | 132 | 76 |
| Binary | 11110101 | 11011010 | 1000110 | 0 | 1011 | 1000111 | 100 | 110011 | 1011010 | 111110 |
Color Harmonies of #F5DA46
Complementary color
Monochromatic Colors of #F5DA46
Black with #F5DA46
Text Example
Text Example
White with #F5DA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA46; }
p { color: rgb(245,218,70); }
H1.HeaderClassName
{
color: #F5DA46;
}
.AnyTagClassName
{
color: #F5DA46;
}
</style>
background-color css
<style>
a { background-color: #F5DA46; }
a { background-color: rgb(245,218,70); }
div.DivClassName
{
background-color: #F5DA46;
}
.BgClassName
{
background-color: #F5DA46;
}
</style>
border-color css
<style>
span { border-color: #F5DA46; }
span { border-color: rgb(245,218,70); }
td.TdClassName
{
border-color: #F5DA46;
}
.TagClassName
{
border-color: #F5DA46;
}
</style>