Shades of Golden Yellow #F9E000
Tints of Golden Yellow #F9E000
RGB
CMYK
RGB Variations
Color information
#F9E000 (or 0xF9E000) is known color: Golden Yellow. HEX triplet: F9, E0 and 00. RGB value is (249,224,0). Sum of RGB (Red+Green+Blue) = 249+224+0=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E000 is #061FFF. Grayscale: #CECECE. Windows color (decimal): -401408 or 57593. OLE color: 57593.
HSL color Cylindrical-coordinate representation of color #F9E000: hue angle of 53.98º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9E000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.02 |
| HSL | 53.98º | 1% | 0.49% | - |
| HSV(B) | 53.98º | 1% | 0.98% | - |
| XYZ | 65.72 | 73.45 | 10.71 | - |
| YUV | 205.94 | 11.78 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 0 | 0 | 0.10 | 1 | 0.02 | 53.98 | 1 | 0.49 |
| Hex | F9 | E0 | 0 | 0 | A | 64 | 2 | 36 | 64 | 31 |
| Octal | 371 | 340 | 0 | 0 | 12 | 144 | 2 | 66 | 144 | 61 |
| Binary | 11111001 | 11100000 | 0 | 0 | 1010 | 1100100 | 10 | 110110 | 1100100 | 110001 |
Color Harmonies of #F9E000
Complementary color
Monochromatic Colors of #F9E000
Black with #F9E000
Text Example
Text Example
White with #F9E000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E000; }
p { color: rgb(249,224,0); }
H1.HeaderClassName
{
color: #F9E000;
}
.AnyTagClassName
{
color: #F9E000;
}
</style>
background-color css
<style>
a { background-color: #F9E000; }
a { background-color: rgb(249,224,0); }
div.DivClassName
{
background-color: #F9E000;
}
.BgClassName
{
background-color: #F9E000;
}
</style>
border-color css
<style>
span { border-color: #F9E000; }
span { border-color: rgb(249,224,0); }
td.TdClassName
{
border-color: #F9E000;
}
.TagClassName
{
border-color: #F9E000;
}
</style>