Shades of Golden Yellow #F4E505
Tints of Golden Yellow #F4E505
RGB
CMYK
RGB Variations
Color information
#F4E505 (or 0xF4E505) is known color: Golden Yellow. HEX triplet: F4, E5 and 05. RGB value is (244,229,5). Sum of RGB (Red+Green+Blue) = 244+229+5=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 5 (2.34% from 255 or 1.05% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4E505 is #0B1AFA. Grayscale: #D0D0D0. Windows color (decimal): -727803 or 386548. OLE color: 386548.
HSL color Cylindrical-coordinate representation of color #F4E505: hue angle of 56.23º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4E505 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.04 |
| HSL | 56.23º | 0.96% | 0.49% | - |
| HSV(B) | 56.23º | 0.98% | 0.96% | - |
| XYZ | 65.35 | 75.28 | 11.23 | - |
| YUV | 207.95 | 13.47 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 5 | 0 | 0.06 | 0.98 | 0.04 | 56.23 | 0.96 | 0.49 |
| Hex | F4 | E5 | 5 | 0 | 6 | 62 | 4 | 38 | 60 | 31 |
| Octal | 364 | 345 | 5 | 0 | 6 | 142 | 4 | 70 | 140 | 61 |
| Binary | 11110100 | 11100101 | 101 | 0 | 110 | 1100010 | 100 | 111000 | 1100000 | 110001 |
Color Harmonies of #F4E505
Complementary color
Monochromatic Colors of #F4E505
Black with #F4E505
Text Example
Text Example
White with #F4E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E505; }
p { color: rgb(244,229,5); }
H1.HeaderClassName
{
color: #F4E505;
}
.AnyTagClassName
{
color: #F4E505;
}
</style>
background-color css
<style>
a { background-color: #F4E505; }
a { background-color: rgb(244,229,5); }
div.DivClassName
{
background-color: #F4E505;
}
.BgClassName
{
background-color: #F4E505;
}
</style>
border-color css
<style>
span { border-color: #F4E505; }
span { border-color: rgb(244,229,5); }
td.TdClassName
{
border-color: #F4E505;
}
.TagClassName
{
border-color: #F4E505;
}
</style>