Shades of Energy Yellow #F1DD4B
Tints of Energy Yellow #F1DD4B
RGB
CMYK
RGB Variations
Color information
#F1DD4B (or 0xF1DD4B) is known color: Energy Yellow. HEX triplet: F1, DD and 4B. RGB value is (241,221,75). Sum of RGB (Red+Green+Blue) = 241+221+75=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DD4B is #0E22B4. Grayscale: #D2D2D2. Windows color (decimal): -926389 or 4972017. OLE color: 4972017.
HSL color Cylindrical-coordinate representation of color #F1DD4B: hue angle of 52.77º 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 #F1DD4B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 75 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.05 |
| HSL | 52.77º | 0.86% | 0.62% | - |
| HSV(B) | 52.77º | 0.69% | 0.95% | - |
| XYZ | 63.4 | 70.92 | 17 | - |
| YUV | 210.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 75 | 0 | 0.08 | 0.69 | 0.05 | 52.77 | 0.86 | 0.62 |
| Hex | F1 | DD | 4B | 0 | 8 | 45 | 5 | 35 | 56 | 3E |
| Octal | 361 | 335 | 113 | 0 | 10 | 105 | 5 | 65 | 126 | 76 |
| Binary | 11110001 | 11011101 | 1001011 | 0 | 1000 | 1000101 | 101 | 110101 | 1010110 | 111110 |
Color Harmonies of #F1DD4B
Complementary color
Monochromatic Colors of #F1DD4B
Black with #F1DD4B
Text Example
Text Example
White with #F1DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DD4B; }
p { color: rgb(241,221,75); }
H1.HeaderClassName
{
color: #F1DD4B;
}
.AnyTagClassName
{
color: #F1DD4B;
}
</style>
background-color css
<style>
a { background-color: #F1DD4B; }
a { background-color: rgb(241,221,75); }
div.DivClassName
{
background-color: #F1DD4B;
}
.BgClassName
{
background-color: #F1DD4B;
}
</style>
border-color css
<style>
span { border-color: #F1DD4B; }
span { border-color: rgb(241,221,75); }
td.TdClassName
{
border-color: #F1DD4B;
}
.TagClassName
{
border-color: #F1DD4B;
}
</style>