Shades of Energy Yellow #F2D14C
Tints of Energy Yellow #F2D14C
RGB
CMYK
RGB Variations
Color information
#F2D14C (or 0xF2D14C) is known color: Energy Yellow. HEX triplet: F2, D1 and 4C. RGB value is (242,209,76). Sum of RGB (Red+Green+Blue) = 242+209+76=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D14C is #0D2EB3. Grayscale: #CCCCCC. Windows color (decimal): -863924 or 5034482. OLE color: 5034482.
HSL color Cylindrical-coordinate representation of color #F2D14C: hue angle of 48.07º degrees, saturation: 0.86, 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 #F2D14C is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 76 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.05 |
| HSL | 48.07º | 0.86% | 0.62% | - |
| HSV(B) | 48.07º | 0.69% | 0.95% | - |
| XYZ | 60.72 | 65 | 16.18 | - |
| YUV | 203.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 76 | 0 | 0.14 | 0.69 | 0.05 | 48.07 | 0.86 | 0.62 |
| Hex | F2 | D1 | 4C | 0 | E | 45 | 5 | 30 | 56 | 3E |
| Octal | 362 | 321 | 114 | 0 | 16 | 105 | 5 | 60 | 126 | 76 |
| Binary | 11110010 | 11010001 | 1001100 | 0 | 1110 | 1000101 | 101 | 110000 | 1010110 | 111110 |
Color Harmonies of #F2D14C
Complementary color
Monochromatic Colors of #F2D14C
Black with #F2D14C
Text Example
Text Example
White with #F2D14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D14C; }
p { color: rgb(242,209,76); }
H1.HeaderClassName
{
color: #F2D14C;
}
.AnyTagClassName
{
color: #F2D14C;
}
</style>
background-color css
<style>
a { background-color: #F2D14C; }
a { background-color: rgb(242,209,76); }
div.DivClassName
{
background-color: #F2D14C;
}
.BgClassName
{
background-color: #F2D14C;
}
</style>
border-color css
<style>
span { border-color: #F2D14C; }
span { border-color: rgb(242,209,76); }
td.TdClassName
{
border-color: #F2D14C;
}
.TagClassName
{
border-color: #F2D14C;
}
</style>