Shades of Golden Yellow #F9E505
Tints of Golden Yellow #F9E505
RGB
CMYK
RGB Variations
Color information
#F9E505 (or 0xF9E505) is known color: Golden Yellow. HEX triplet: F9, E5 and 05. RGB value is (249,229,5). Sum of RGB (Red+Green+Blue) = 249+229+5=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E505 is #061AFA. Grayscale: #D2D2D2. Windows color (decimal): -400123 or 386553. OLE color: 386553.
HSL color Cylindrical-coordinate representation of color #F9E505: hue angle of 55.08º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9E505 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.02 |
| HSL | 55.08º | 0.96% | 0.5% | - |
| HSV(B) | 55.08º | 0.98% | 0.98% | - |
| XYZ | 67.11 | 76.19 | 11.31 | - |
| YUV | 209.44 | 12.63 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 5 | 0 | 0.08 | 0.98 | 0.02 | 55.08 | 0.96 | 0.5 |
| Hex | F9 | E5 | 5 | 0 | 8 | 62 | 2 | 37 | 60 | 32 |
| Octal | 371 | 345 | 5 | 0 | 10 | 142 | 2 | 67 | 140 | 62 |
| Binary | 11111001 | 11100101 | 101 | 0 | 1000 | 1100010 | 10 | 110111 | 1100000 | 110010 |
Color Harmonies of #F9E505
Complementary color
Monochromatic Colors of #F9E505
Black with #F9E505
Text Example
Text Example
White with #F9E505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E505; }
p { color: rgb(249,229,5); }
H1.HeaderClassName
{
color: #F9E505;
}
.AnyTagClassName
{
color: #F9E505;
}
</style>
background-color css
<style>
a { background-color: #F9E505; }
a { background-color: rgb(249,229,5); }
div.DivClassName
{
background-color: #F9E505;
}
.BgClassName
{
background-color: #F9E505;
}
</style>
border-color css
<style>
span { border-color: #F9E505; }
span { border-color: rgb(249,229,5); }
td.TdClassName
{
border-color: #F9E505;
}
.TagClassName
{
border-color: #F9E505;
}
</style>