Shades of Energy Yellow #F4D450
Tints of Energy Yellow #F4D450
RGB
CMYK
RGB Variations
Color information
#F4D450 (or 0xF4D450) is known color: Energy Yellow. HEX triplet: F4, D4 and 50. RGB value is (244,212,80). Sum of RGB (Red+Green+Blue) = 244+212+80=536 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.52% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D450 is #0B2BAF. Grayscale: #CFCFCF. Windows color (decimal): -732080 or 5297396. OLE color: 5297396.
HSL color Cylindrical-coordinate representation of color #F4D450: hue angle of 48.29º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4D450 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 80 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.04 |
| HSL | 48.29º | 0.88% | 0.64% | - |
| HSV(B) | 48.29º | 0.67% | 0.96% | - |
| XYZ | 62.3 | 66.9 | 17.22 | - |
| YUV | 206.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 80 | 0 | 0.13 | 0.67 | 0.04 | 48.29 | 0.88 | 0.64 |
| Hex | F4 | D4 | 50 | 0 | D | 43 | 4 | 30 | 58 | 40 |
| Octal | 364 | 324 | 120 | 0 | 15 | 103 | 4 | 60 | 130 | 100 |
| Binary | 11110100 | 11010100 | 1010000 | 0 | 1101 | 1000011 | 100 | 110000 | 1011000 | 1000000 |
Color Harmonies of #F4D450
Complementary color
Monochromatic Colors of #F4D450
Black with #F4D450
Text Example
Text Example
White with #F4D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D450; }
p { color: rgb(244,212,80); }
H1.HeaderClassName
{
color: #F4D450;
}
.AnyTagClassName
{
color: #F4D450;
}
</style>
background-color css
<style>
a { background-color: #F4D450; }
a { background-color: rgb(244,212,80); }
div.DivClassName
{
background-color: #F4D450;
}
.BgClassName
{
background-color: #F4D450;
}
</style>
border-color css
<style>
span { border-color: #F4D450; }
span { border-color: rgb(244,212,80); }
td.TdClassName
{
border-color: #F4D450;
}
.TagClassName
{
border-color: #F4D450;
}
</style>