Shades of Energy Yellow #F1D550
Tints of Energy Yellow #F1D550
RGB
CMYK
RGB Variations
Color information
#F1D550 (or 0xF1D550) is known color: Energy Yellow. HEX triplet: F1, D5 and 50. RGB value is (241,213,80). Sum of RGB (Red+Green+Blue) = 241+213+80=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D550 is #0E2AAF. Grayscale: #CECECE. Windows color (decimal): -928432 or 5297649. OLE color: 5297649.
HSL color Cylindrical-coordinate representation of color #F1D550: hue angle of 49.57º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1D550 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 80 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.05 |
| HSL | 49.57º | 0.85% | 0.63% | - |
| HSV(B) | 49.57º | 0.67% | 0.95% | - |
| XYZ | 61.52 | 66.87 | 17.25 | - |
| YUV | 206.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 80 | 0 | 0.12 | 0.67 | 0.05 | 49.57 | 0.85 | 0.63 |
| Hex | F1 | D5 | 50 | 0 | C | 43 | 5 | 32 | 55 | 3F |
| Octal | 361 | 325 | 120 | 0 | 14 | 103 | 5 | 62 | 125 | 77 |
| Binary | 11110001 | 11010101 | 1010000 | 0 | 1100 | 1000011 | 101 | 110010 | 1010101 | 111111 |
Color Harmonies of #F1D550
Complementary color
Monochromatic Colors of #F1D550
Black with #F1D550
Text Example
Text Example
White with #F1D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D550; }
p { color: rgb(241,213,80); }
H1.HeaderClassName
{
color: #F1D550;
}
.AnyTagClassName
{
color: #F1D550;
}
</style>
background-color css
<style>
a { background-color: #F1D550; }
a { background-color: rgb(241,213,80); }
div.DivClassName
{
background-color: #F1D550;
}
.BgClassName
{
background-color: #F1D550;
}
</style>
border-color css
<style>
span { border-color: #F1D550; }
span { border-color: rgb(241,213,80); }
td.TdClassName
{
border-color: #F1D550;
}
.TagClassName
{
border-color: #F1D550;
}
</style>