Shades of Energy Yellow #F2DC4B
Tints of Energy Yellow #F2DC4B
RGB
CMYK
RGB Variations
Color information
#F2DC4B (or 0xF2DC4B) is known color: Energy Yellow. HEX triplet: F2, DC and 4B. RGB value is (242,220,75). Sum of RGB (Red+Green+Blue) = 242+220+75=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DC4B is #0D23B4. Grayscale: #D2D2D2. Windows color (decimal): -861109 or 4971762. OLE color: 4971762.
HSL color Cylindrical-coordinate representation of color #F2DC4B: hue angle of 52.1º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2DC4B is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 75 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.05 |
| HSL | 52.1º | 0.87% | 0.62% | - |
| HSV(B) | 52.1º | 0.69% | 0.95% | - |
| XYZ | 63.48 | 70.57 | 16.93 | - |
| YUV | 210.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 75 | 0 | 0.09 | 0.69 | 0.05 | 52.1 | 0.87 | 0.62 |
| Hex | F2 | DC | 4B | 0 | 9 | 45 | 5 | 34 | 57 | 3E |
| Octal | 362 | 334 | 113 | 0 | 11 | 105 | 5 | 64 | 127 | 76 |
| Binary | 11110010 | 11011100 | 1001011 | 0 | 1001 | 1000101 | 101 | 110100 | 1010111 | 111110 |
Color Harmonies of #F2DC4B
Complementary color
Monochromatic Colors of #F2DC4B
Black with #F2DC4B
Text Example
Text Example
White with #F2DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC4B; }
p { color: rgb(242,220,75); }
H1.HeaderClassName
{
color: #F2DC4B;
}
.AnyTagClassName
{
color: #F2DC4B;
}
</style>
background-color css
<style>
a { background-color: #F2DC4B; }
a { background-color: rgb(242,220,75); }
div.DivClassName
{
background-color: #F2DC4B;
}
.BgClassName
{
background-color: #F2DC4B;
}
</style>
border-color css
<style>
span { border-color: #F2DC4B; }
span { border-color: rgb(242,220,75); }
td.TdClassName
{
border-color: #F2DC4B;
}
.TagClassName
{
border-color: #F2DC4B;
}
</style>