Shades of Energy Yellow #F2DF52
Tints of Energy Yellow #F2DF52
RGB
CMYK
RGB Variations
Color information
#F2DF52 (or 0xF2DF52) is known color: Energy Yellow. HEX triplet: F2, DF and 52. RGB value is (242,223,82). Sum of RGB (Red+Green+Blue) = 242+223+82=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF52 is #0D20AD. Grayscale: #D5D5D5. Windows color (decimal): -860334 or 5431282. OLE color: 5431282.
HSL color Cylindrical-coordinate representation of color #F2DF52: hue angle of 52.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2DF52 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 82 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.05 |
| HSL | 52.88º | 0.86% | 0.64% | - |
| HSV(B) | 52.88º | 0.66% | 0.95% | - |
| XYZ | 64.53 | 72.26 | 18.53 | - |
| YUV | 212.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 82 | 0 | 0.08 | 0.66 | 0.05 | 52.88 | 0.86 | 0.64 |
| Hex | F2 | DF | 52 | 0 | 8 | 42 | 5 | 35 | 56 | 40 |
| Octal | 362 | 337 | 122 | 0 | 10 | 102 | 5 | 65 | 126 | 100 |
| Binary | 11110010 | 11011111 | 1010010 | 0 | 1000 | 1000010 | 101 | 110101 | 1010110 | 1000000 |
Color Harmonies of #F2DF52
Complementary color
Monochromatic Colors of #F2DF52
Black with #F2DF52
Text Example
Text Example
White with #F2DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF52; }
p { color: rgb(242,223,82); }
H1.HeaderClassName
{
color: #F2DF52;
}
.AnyTagClassName
{
color: #F2DF52;
}
</style>
background-color css
<style>
a { background-color: #F2DF52; }
a { background-color: rgb(242,223,82); }
div.DivClassName
{
background-color: #F2DF52;
}
.BgClassName
{
background-color: #F2DF52;
}
</style>
border-color css
<style>
span { border-color: #F2DF52; }
span { border-color: rgb(242,223,82); }
td.TdClassName
{
border-color: #F2DF52;
}
.TagClassName
{
border-color: #F2DF52;
}
</style>