Shades of Energy Yellow #F2D548
Tints of Energy Yellow #F2D548
RGB
CMYK
RGB Variations
Color information
#F2D548 (or 0xF2D548) is known color: Energy Yellow. HEX triplet: F2, D5 and 48. RGB value is (242,213,72). Sum of RGB (Red+Green+Blue) = 242+213+72=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D548 is #0D2AB7. Grayscale: #CECECE. Windows color (decimal): -862904 or 4773362. OLE color: 4773362.
HSL color Cylindrical-coordinate representation of color #F2D548: hue angle of 49.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2D548 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 72 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.05 |
| HSL | 49.76º | 0.87% | 0.62% | - |
| HSV(B) | 49.76º | 0.7% | 0.95% | - |
| XYZ | 61.58 | 66.93 | 15.8 | - |
| YUV | 205.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 72 | 0 | 0.12 | 0.70 | 0.05 | 49.76 | 0.87 | 0.62 |
| Hex | F2 | D5 | 48 | 0 | C | 46 | 5 | 32 | 57 | 3E |
| Octal | 362 | 325 | 110 | 0 | 14 | 106 | 5 | 62 | 127 | 76 |
| Binary | 11110010 | 11010101 | 1001000 | 0 | 1100 | 1000110 | 101 | 110010 | 1010111 | 111110 |
Color Harmonies of #F2D548
Complementary color
Monochromatic Colors of #F2D548
Black with #F2D548
Text Example
Text Example
White with #F2D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D548; }
p { color: rgb(242,213,72); }
H1.HeaderClassName
{
color: #F2D548;
}
.AnyTagClassName
{
color: #F2D548;
}
</style>
background-color css
<style>
a { background-color: #F2D548; }
a { background-color: rgb(242,213,72); }
div.DivClassName
{
background-color: #F2D548;
}
.BgClassName
{
background-color: #F2D548;
}
</style>
border-color css
<style>
span { border-color: #F2D548; }
span { border-color: rgb(242,213,72); }
td.TdClassName
{
border-color: #F2D548;
}
.TagClassName
{
border-color: #F2D548;
}
</style>