Shades of Energy Yellow #F2DC48
Tints of Energy Yellow #F2DC48
RGB
CMYK
RGB Variations
Color information
#F2DC48 (or 0xF2DC48) is known color: Energy Yellow. HEX triplet: F2, DC and 48. RGB value is (242,220,72). Sum of RGB (Red+Green+Blue) = 242+220+72=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC48 is #0D23B7. Grayscale: #D2D2D2. Windows color (decimal): -861112 or 4775154. OLE color: 4775154.
HSL color Cylindrical-coordinate representation of color #F2DC48: hue angle of 52.24º 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 #F2DC48 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 72 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.05 |
| HSL | 52.24º | 0.87% | 0.62% | - |
| HSV(B) | 52.24º | 0.7% | 0.95% | - |
| XYZ | 63.38 | 70.53 | 16.4 | - |
| YUV | 209.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 72 | 0 | 0.09 | 0.70 | 0.05 | 52.24 | 0.87 | 0.62 |
| Hex | F2 | DC | 48 | 0 | 9 | 46 | 5 | 34 | 57 | 3E |
| Octal | 362 | 334 | 110 | 0 | 11 | 106 | 5 | 64 | 127 | 76 |
| Binary | 11110010 | 11011100 | 1001000 | 0 | 1001 | 1000110 | 101 | 110100 | 1010111 | 111110 |
Color Harmonies of #F2DC48
Complementary color
Monochromatic Colors of #F2DC48
Black with #F2DC48
Text Example
Text Example
White with #F2DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC48; }
p { color: rgb(242,220,72); }
H1.HeaderClassName
{
color: #F2DC48;
}
.AnyTagClassName
{
color: #F2DC48;
}
</style>
background-color css
<style>
a { background-color: #F2DC48; }
a { background-color: rgb(242,220,72); }
div.DivClassName
{
background-color: #F2DC48;
}
.BgClassName
{
background-color: #F2DC48;
}
</style>
border-color css
<style>
span { border-color: #F2DC48; }
span { border-color: rgb(242,220,72); }
td.TdClassName
{
border-color: #F2DC48;
}
.TagClassName
{
border-color: #F2DC48;
}
</style>