Shades of Energy Yellow #F2DB4B
Tints of Energy Yellow #F2DB4B
RGB
CMYK
RGB Variations
Color information
#F2DB4B (or 0xF2DB4B) is known color: Energy Yellow. HEX triplet: F2, DB and 4B. RGB value is (242,219,75). Sum of RGB (Red+Green+Blue) = 242+219+75=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB4B is #0D24B4. Grayscale: #D2D2D2. Windows color (decimal): -861365 or 4971506. OLE color: 4971506.
HSL color Cylindrical-coordinate representation of color #F2DB4B: hue angle of 51.74º 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 #F2DB4B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 75 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.05 |
| HSL | 51.74º | 0.87% | 0.62% | - |
| HSV(B) | 51.74º | 0.69% | 0.95% | - |
| XYZ | 63.22 | 70.05 | 16.85 | - |
| YUV | 209.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 75 | 0 | 0.10 | 0.69 | 0.05 | 51.74 | 0.87 | 0.62 |
| Hex | F2 | DB | 4B | 0 | A | 45 | 5 | 34 | 57 | 3E |
| Octal | 362 | 333 | 113 | 0 | 12 | 105 | 5 | 64 | 127 | 76 |
| Binary | 11110010 | 11011011 | 1001011 | 0 | 1010 | 1000101 | 101 | 110100 | 1010111 | 111110 |
Color Harmonies of #F2DB4B
Complementary color
Monochromatic Colors of #F2DB4B
Black with #F2DB4B
Text Example
Text Example
White with #F2DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB4B; }
p { color: rgb(242,219,75); }
H1.HeaderClassName
{
color: #F2DB4B;
}
.AnyTagClassName
{
color: #F2DB4B;
}
</style>
background-color css
<style>
a { background-color: #F2DB4B; }
a { background-color: rgb(242,219,75); }
div.DivClassName
{
background-color: #F2DB4B;
}
.BgClassName
{
background-color: #F2DB4B;
}
</style>
border-color css
<style>
span { border-color: #F2DB4B; }
span { border-color: rgb(242,219,75); }
td.TdClassName
{
border-color: #F2DB4B;
}
.TagClassName
{
border-color: #F2DB4B;
}
</style>