Shades of Golden Yellow #F5E500
Tints of Golden Yellow #F5E500
RGB
CMYK
RGB Variations
Color information
#F5E500 (or 0xF5E500) is known color: Golden Yellow. HEX triplet: F5, E5 and 00. RGB value is (245,229,0). Sum of RGB (Red+Green+Blue) = 245+229+0=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E500 is #0A1AFF. Grayscale: #D0D0D0. Windows color (decimal): -662272 or 58869. OLE color: 58869.
HSL color Cylindrical-coordinate representation of color #F5E500: hue angle of 56.08º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5E500 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.04 |
| HSL | 56.08º | 1% | 0.48% | - |
| HSV(B) | 56.08º | 1% | 0.96% | - |
| XYZ | 65.68 | 75.45 | 11.1 | - |
| YUV | 207.68 | 10.8 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 0 | 0 | 0.07 | 1 | 0.04 | 56.08 | 1 | 0.48 |
| Hex | F5 | E5 | 0 | 0 | 7 | 64 | 4 | 38 | 64 | 30 |
| Octal | 365 | 345 | 0 | 0 | 7 | 144 | 4 | 70 | 144 | 60 |
| Binary | 11110101 | 11100101 | 0 | 0 | 111 | 1100100 | 100 | 111000 | 1100100 | 110000 |
Color Harmonies of #F5E500
Complementary color
Monochromatic Colors of #F5E500
Black with #F5E500
Text Example
Text Example
White with #F5E500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E500; }
p { color: rgb(245,229,0); }
H1.HeaderClassName
{
color: #F5E500;
}
.AnyTagClassName
{
color: #F5E500;
}
</style>
background-color css
<style>
a { background-color: #F5E500; }
a { background-color: rgb(245,229,0); }
div.DivClassName
{
background-color: #F5E500;
}
.BgClassName
{
background-color: #F5E500;
}
</style>
border-color css
<style>
span { border-color: #F5E500; }
span { border-color: rgb(245,229,0); }
td.TdClassName
{
border-color: #F5E500;
}
.TagClassName
{
border-color: #F5E500;
}
</style>