Shades of Energy Yellow #F5D14C
Tints of Energy Yellow #F5D14C
RGB
CMYK
RGB Variations
Color information
#F5D14C (or 0xF5D14C) is known color: Energy Yellow. HEX triplet: F5, D1 and 4C. RGB value is (245,209,76). Sum of RGB (Red+Green+Blue) = 245+209+76=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 76 (30.08% from 255 or 14.34% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D14C is #0A2EB3. Grayscale: #CDCDCD. Windows color (decimal): -667316 or 5034485. OLE color: 5034485.
HSL color Cylindrical-coordinate representation of color #F5D14C: hue angle of 47.22º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F5D14C is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 76 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.04 |
| HSL | 47.22º | 0.89% | 0.63% | - |
| HSV(B) | 47.22º | 0.69% | 0.96% | - |
| XYZ | 61.76 | 65.54 | 16.23 | - |
| YUV | 204.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 76 | 0 | 0.15 | 0.69 | 0.04 | 47.22 | 0.89 | 0.63 |
| Hex | F5 | D1 | 4C | 0 | F | 45 | 4 | 2F | 59 | 3F |
| Octal | 365 | 321 | 114 | 0 | 17 | 105 | 4 | 57 | 131 | 77 |
| Binary | 11110101 | 11010001 | 1001100 | 0 | 1111 | 1000101 | 100 | 101111 | 1011001 | 111111 |
Color Harmonies of #F5D14C
Complementary color
Monochromatic Colors of #F5D14C
Black with #F5D14C
Text Example
Text Example
White with #F5D14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D14C; }
p { color: rgb(245,209,76); }
H1.HeaderClassName
{
color: #F5D14C;
}
.AnyTagClassName
{
color: #F5D14C;
}
</style>
background-color css
<style>
a { background-color: #F5D14C; }
a { background-color: rgb(245,209,76); }
div.DivClassName
{
background-color: #F5D14C;
}
.BgClassName
{
background-color: #F5D14C;
}
</style>
border-color css
<style>
span { border-color: #F5D14C; }
span { border-color: rgb(245,209,76); }
td.TdClassName
{
border-color: #F5D14C;
}
.TagClassName
{
border-color: #F5D14C;
}
</style>