Shades of Energy Yellow #F9D74B
Tints of Energy Yellow #F9D74B
RGB
CMYK
RGB Variations
Color information
#F9D74B (or 0xF9D74B) is known color: Energy Yellow. HEX triplet: F9, D7 and 4B. RGB value is (249,215,75). Sum of RGB (Red+Green+Blue) = 249+215+75=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 215 (84.38% from 255 or 39.89% from 539); Blue value is 75 (29.69% from 255 or 13.91% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D74B is #0628B4. Grayscale: #D1D1D1. Windows color (decimal): -403637 or 4970489. OLE color: 4970489.
HSL color Cylindrical-coordinate representation of color #F9D74B: hue angle of 48.28º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9D74B is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 215 | 75 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.02 |
| HSL | 48.28º | 0.94% | 0.64% | - |
| HSV(B) | 48.28º | 0.7% | 0.98% | - |
| XYZ | 64.64 | 69.25 | 16.62 | - |
| YUV | 209.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 215 | 75 | 0 | 0.14 | 0.70 | 0.02 | 48.28 | 0.94 | 0.64 |
| Hex | F9 | D7 | 4B | 0 | E | 46 | 2 | 30 | 5E | 40 |
| Octal | 371 | 327 | 113 | 0 | 16 | 106 | 2 | 60 | 136 | 100 |
| Binary | 11111001 | 11010111 | 1001011 | 0 | 1110 | 1000110 | 10 | 110000 | 1011110 | 1000000 |
Color Harmonies of #F9D74B
Complementary color
Monochromatic Colors of #F9D74B
Black with #F9D74B
Text Example
Text Example
White with #F9D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D74B; }
p { color: rgb(249,215,75); }
H1.HeaderClassName
{
color: #F9D74B;
}
.AnyTagClassName
{
color: #F9D74B;
}
</style>
background-color css
<style>
a { background-color: #F9D74B; }
a { background-color: rgb(249,215,75); }
div.DivClassName
{
background-color: #F9D74B;
}
.BgClassName
{
background-color: #F9D74B;
}
</style>
border-color css
<style>
span { border-color: #F9D74B; }
span { border-color: rgb(249,215,75); }
td.TdClassName
{
border-color: #F9D74B;
}
.TagClassName
{
border-color: #F9D74B;
}
</style>