Shades of Energy Yellow #F2D942
Tints of Energy Yellow #F2D942
RGB
CMYK
RGB Variations
Color information
#F2D942 (or 0xF2D942) is known color: Energy Yellow. HEX triplet: F2, D9 and 42. RGB value is (242,217,66). Sum of RGB (Red+Green+Blue) = 242+217+66=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D942 is #0D26BD. Grayscale: #CFCFCF. Windows color (decimal): -861886 or 4381170. OLE color: 4381170.
HSL color Cylindrical-coordinate representation of color #F2D942: hue angle of 51.48º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2D942 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 66 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.05 |
| HSL | 51.48º | 0.87% | 0.6% | - |
| HSV(B) | 51.48º | 0.73% | 0.95% | - |
| XYZ | 62.41 | 68.9 | 15.16 | - |
| YUV | 207.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 66 | 0 | 0.10 | 0.73 | 0.05 | 51.48 | 0.87 | 0.6 |
| Hex | F2 | D9 | 42 | 0 | A | 49 | 5 | 33 | 57 | 3C |
| Octal | 362 | 331 | 102 | 0 | 12 | 111 | 5 | 63 | 127 | 74 |
| Binary | 11110010 | 11011001 | 1000010 | 0 | 1010 | 1001001 | 101 | 110011 | 1010111 | 111100 |
Color Harmonies of #F2D942
Complementary color
Monochromatic Colors of #F2D942
Black with #F2D942
Text Example
Text Example
White with #F2D942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D942; }
p { color: rgb(242,217,66); }
H1.HeaderClassName
{
color: #F2D942;
}
.AnyTagClassName
{
color: #F2D942;
}
</style>
background-color css
<style>
a { background-color: #F2D942; }
a { background-color: rgb(242,217,66); }
div.DivClassName
{
background-color: #F2D942;
}
.BgClassName
{
background-color: #F2D942;
}
</style>
border-color css
<style>
span { border-color: #F2D942; }
span { border-color: rgb(242,217,66); }
td.TdClassName
{
border-color: #F2D942;
}
.TagClassName
{
border-color: #F2D942;
}
</style>