Shades of Energy Yellow #F1D84B
Tints of Energy Yellow #F1D84B
RGB
CMYK
RGB Variations
Color information
#F1D84B (or 0xF1D84B) is known color: Energy Yellow. HEX triplet: F1, D8 and 4B. RGB value is (241,216,75). Sum of RGB (Red+Green+Blue) = 241+216+75=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D84B is #0E27B4. Grayscale: #CFCFCF. Windows color (decimal): -927669 or 4970737. OLE color: 4970737.
HSL color Cylindrical-coordinate representation of color #F1D84B: hue angle of 50.96º 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 #F1D84B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 75 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.05 |
| HSL | 50.96º | 0.86% | 0.62% | - |
| HSV(B) | 50.96º | 0.69% | 0.95% | - |
| XYZ | 62.1 | 68.32 | 16.57 | - |
| YUV | 207.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 75 | 0 | 0.10 | 0.69 | 0.05 | 50.96 | 0.86 | 0.62 |
| Hex | F1 | D8 | 4B | 0 | A | 45 | 5 | 33 | 56 | 3E |
| Octal | 361 | 330 | 113 | 0 | 12 | 105 | 5 | 63 | 126 | 76 |
| Binary | 11110001 | 11011000 | 1001011 | 0 | 1010 | 1000101 | 101 | 110011 | 1010110 | 111110 |
Color Harmonies of #F1D84B
Complementary color
Monochromatic Colors of #F1D84B
Black with #F1D84B
Text Example
Text Example
White with #F1D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D84B; }
p { color: rgb(241,216,75); }
H1.HeaderClassName
{
color: #F1D84B;
}
.AnyTagClassName
{
color: #F1D84B;
}
</style>
background-color css
<style>
a { background-color: #F1D84B; }
a { background-color: rgb(241,216,75); }
div.DivClassName
{
background-color: #F1D84B;
}
.BgClassName
{
background-color: #F1D84B;
}
</style>
border-color css
<style>
span { border-color: #F1D84B; }
span { border-color: rgb(241,216,75); }
td.TdClassName
{
border-color: #F1D84B;
}
.TagClassName
{
border-color: #F1D84B;
}
</style>