Shades of Energy Yellow #F1D84A
Tints of Energy Yellow #F1D84A
RGB
CMYK
RGB Variations
Color information
#F1D84A (or 0xF1D84A) is known color: Energy Yellow. HEX triplet: F1, D8 and 4A. RGB value is (241,216,74). Sum of RGB (Red+Green+Blue) = 241+216+74=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D84A is #0E27B5. Grayscale: #CFCFCF. Windows color (decimal): -927670 or 4905201. OLE color: 4905201.
HSL color Cylindrical-coordinate representation of color #F1D84A: hue angle of 51.02º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1D84A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 74 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.05 |
| HSL | 51.02º | 0.86% | 0.62% | - |
| HSV(B) | 51.02º | 0.69% | 0.95% | - |
| XYZ | 62.07 | 68.31 | 16.39 | - |
| YUV | 207.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 74 | 0 | 0.10 | 0.69 | 0.05 | 51.02 | 0.86 | 0.62 |
| Hex | F1 | D8 | 4A | 0 | A | 45 | 5 | 33 | 56 | 3E |
| Octal | 361 | 330 | 112 | 0 | 12 | 105 | 5 | 63 | 126 | 76 |
| Binary | 11110001 | 11011000 | 1001010 | 0 | 1010 | 1000101 | 101 | 110011 | 1010110 | 111110 |
Color Harmonies of #F1D84A
Complementary color
Monochromatic Colors of #F1D84A
Black with #F1D84A
Text Example
Text Example
White with #F1D84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D84A; }
p { color: rgb(241,216,74); }
H1.HeaderClassName
{
color: #F1D84A;
}
.AnyTagClassName
{
color: #F1D84A;
}
</style>
background-color css
<style>
a { background-color: #F1D84A; }
a { background-color: rgb(241,216,74); }
div.DivClassName
{
background-color: #F1D84A;
}
.BgClassName
{
background-color: #F1D84A;
}
</style>
border-color css
<style>
span { border-color: #F1D84A; }
span { border-color: rgb(241,216,74); }
td.TdClassName
{
border-color: #F1D84A;
}
.TagClassName
{
border-color: #F1D84A;
}
</style>