Shades of Golden Yellow #F9E205
Tints of Golden Yellow #F9E205
RGB
CMYK
RGB Variations
Color information
#F9E205 (or 0xF9E205) is known color: Golden Yellow. HEX triplet: F9, E2 and 05. RGB value is (249,226,5). Sum of RGB (Red+Green+Blue) = 249+226+5=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 5 (2.34% from 255 or 1.04% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E205 is #061DFA. Grayscale: #D0D0D0. Windows color (decimal): -400891 or 385785. OLE color: 385785.
HSL color Cylindrical-coordinate representation of color #F9E205: hue angle of 54.34º 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 #F9E205 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.02 |
| HSL | 54.34º | 0.96% | 0.5% | - |
| HSV(B) | 54.34º | 0.98% | 0.98% | - |
| XYZ | 66.29 | 74.54 | 11.04 | - |
| YUV | 207.68 | 13.62 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 5 | 0 | 0.09 | 0.98 | 0.02 | 54.34 | 0.96 | 0.5 |
| Hex | F9 | E2 | 5 | 0 | 9 | 62 | 2 | 36 | 60 | 32 |
| Octal | 371 | 342 | 5 | 0 | 11 | 142 | 2 | 66 | 140 | 62 |
| Binary | 11111001 | 11100010 | 101 | 0 | 1001 | 1100010 | 10 | 110110 | 1100000 | 110010 |
Color Harmonies of #F9E205
Complementary color
Monochromatic Colors of #F9E205
Black with #F9E205
Text Example
Text Example
White with #F9E205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E205; }
p { color: rgb(249,226,5); }
H1.HeaderClassName
{
color: #F9E205;
}
.AnyTagClassName
{
color: #F9E205;
}
</style>
background-color css
<style>
a { background-color: #F9E205; }
a { background-color: rgb(249,226,5); }
div.DivClassName
{
background-color: #F9E205;
}
.BgClassName
{
background-color: #F9E205;
}
</style>
border-color css
<style>
span { border-color: #F9E205; }
span { border-color: rgb(249,226,5); }
td.TdClassName
{
border-color: #F9E205;
}
.TagClassName
{
border-color: #F9E205;
}
</style>