Shades of Golden Yellow #F5E006
Tints of Golden Yellow #F5E006
RGB
CMYK
RGB Variations
Color information
#F5E006 (or 0xF5E006) is known color: Golden Yellow. HEX triplet: F5, E0 and 06. RGB value is (245,224,6). Sum of RGB (Red+Green+Blue) = 245+224+6=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 6 (2.73% from 255 or 1.26% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E006 is #0A1FF9. Grayscale: #CECECE. Windows color (decimal): -663546 or 450805. OLE color: 450805.
HSL color Cylindrical-coordinate representation of color #F5E006: hue angle of 54.73º degrees, saturation: 0.95, 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 #F5E006 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 6 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.04 |
| HSL | 54.73º | 0.95% | 0.49% | - |
| HSV(B) | 54.73º | 0.98% | 0.96% | - |
| XYZ | 64.34 | 72.74 | 10.82 | - |
| YUV | 205.43 | 15.46 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 6 | 0 | 0.09 | 0.98 | 0.04 | 54.73 | 0.95 | 0.49 |
| Hex | F5 | E0 | 6 | 0 | 9 | 62 | 4 | 37 | 5F | 31 |
| Octal | 365 | 340 | 6 | 0 | 11 | 142 | 4 | 67 | 137 | 61 |
| Binary | 11110101 | 11100000 | 110 | 0 | 1001 | 1100010 | 100 | 110111 | 1011111 | 110001 |
Color Harmonies of #F5E006
Complementary color
Monochromatic Colors of #F5E006
Black with #F5E006
Text Example
Text Example
White with #F5E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E006; }
p { color: rgb(245,224,6); }
H1.HeaderClassName
{
color: #F5E006;
}
.AnyTagClassName
{
color: #F5E006;
}
</style>
background-color css
<style>
a { background-color: #F5E006; }
a { background-color: rgb(245,224,6); }
div.DivClassName
{
background-color: #F5E006;
}
.BgClassName
{
background-color: #F5E006;
}
</style>
border-color css
<style>
span { border-color: #F5E006; }
span { border-color: rgb(245,224,6); }
td.TdClassName
{
border-color: #F5E006;
}
.TagClassName
{
border-color: #F5E006;
}
</style>