Shades of Golden Yellow #F9E802
Tints of Golden Yellow #F9E802
RGB
CMYK
RGB Variations
Color information
#F9E802 (or 0xF9E802) is known color: Golden Yellow. HEX triplet: F9, E8 and 02. RGB value is (249,232,2). Sum of RGB (Red+Green+Blue) = 249+232+2=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9E802 is #0617FD. Grayscale: #D3D3D3. Windows color (decimal): -399358 or 190713. OLE color: 190713.
HSL color Cylindrical-coordinate representation of color #F9E802: hue angle of 55.87º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9E802 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.02 |
| HSL | 55.87º | 0.98% | 0.49% | - |
| HSV(B) | 55.87º | 0.99% | 0.98% | - |
| XYZ | 67.93 | 77.86 | 11.5 | - |
| YUV | 210.86 | 10.13 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 2 | 0 | 0.07 | 0.99 | 0.02 | 55.87 | 0.98 | 0.49 |
| Hex | F9 | E8 | 2 | 0 | 7 | 63 | 2 | 38 | 62 | 31 |
| Octal | 371 | 350 | 2 | 0 | 7 | 143 | 2 | 70 | 142 | 61 |
| Binary | 11111001 | 11101000 | 10 | 0 | 111 | 1100011 | 10 | 111000 | 1100010 | 110001 |
Color Harmonies of #F9E802
Complementary color
Monochromatic Colors of #F9E802
Black with #F9E802
Text Example
Text Example
White with #F9E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E802; }
p { color: rgb(249,232,2); }
H1.HeaderClassName
{
color: #F9E802;
}
.AnyTagClassName
{
color: #F9E802;
}
</style>
background-color css
<style>
a { background-color: #F9E802; }
a { background-color: rgb(249,232,2); }
div.DivClassName
{
background-color: #F9E802;
}
.BgClassName
{
background-color: #F9E802;
}
</style>
border-color css
<style>
span { border-color: #F9E802; }
span { border-color: rgb(249,232,2); }
td.TdClassName
{
border-color: #F9E802;
}
.TagClassName
{
border-color: #F9E802;
}
</style>