Shades of Energy Yellow #F5D641
Tints of Energy Yellow #F5D641
RGB
CMYK
RGB Variations
Color information
#F5D641 (or 0xF5D641) is known color: Energy Yellow. HEX triplet: F5, D6 and 41. RGB value is (245,214,65). Sum of RGB (Red+Green+Blue) = 245+214+65=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D641 is #0A29BE. Grayscale: #CECECE. Windows color (decimal): -666047 or 4314869. OLE color: 4314869.
HSL color Cylindrical-coordinate representation of color #F5D641: hue angle of 49.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5D641 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 65 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.04 |
| HSL | 49.67º | 0.9% | 0.61% | - |
| HSV(B) | 49.67º | 0.73% | 0.96% | - |
| XYZ | 62.66 | 67.89 | 14.8 | - |
| YUV | 206.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 65 | 0 | 0.13 | 0.73 | 0.04 | 49.67 | 0.9 | 0.61 |
| Hex | F5 | D6 | 41 | 0 | D | 49 | 4 | 32 | 5A | 3D |
| Octal | 365 | 326 | 101 | 0 | 15 | 111 | 4 | 62 | 132 | 75 |
| Binary | 11110101 | 11010110 | 1000001 | 0 | 1101 | 1001001 | 100 | 110010 | 1011010 | 111101 |
Color Harmonies of #F5D641
Complementary color
Monochromatic Colors of #F5D641
Black with #F5D641
Text Example
Text Example
White with #F5D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D641; }
p { color: rgb(245,214,65); }
H1.HeaderClassName
{
color: #F5D641;
}
.AnyTagClassName
{
color: #F5D641;
}
</style>
background-color css
<style>
a { background-color: #F5D641; }
a { background-color: rgb(245,214,65); }
div.DivClassName
{
background-color: #F5D641;
}
.BgClassName
{
background-color: #F5D641;
}
</style>
border-color css
<style>
span { border-color: #F5D641; }
span { border-color: rgb(245,214,65); }
td.TdClassName
{
border-color: #F5D641;
}
.TagClassName
{
border-color: #F5D641;
}
</style>