Shades of Golden Yellow #F2E902
Tints of Golden Yellow #F2E902
RGB
CMYK
RGB Variations
Color information
#F2E902 (or 0xF2E902) is known color: Golden Yellow. HEX triplet: F2, E9 and 02. RGB value is (242,233,2). Sum of RGB (Red+Green+Blue) = 242+233+2=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 233 (91.41% from 255 or 48.85% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E902 is #0D16FD. Grayscale: #D2D2D2. Windows color (decimal): -857854 or 190962. OLE color: 190962.
HSL color Cylindrical-coordinate representation of color #F2E902: hue angle of 57.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2E902 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.05 |
| HSL | 57.75º | 0.98% | 0.48% | - |
| HSV(B) | 57.75º | 0.99% | 0.95% | - |
| XYZ | 65.77 | 77.16 | 11.48 | - |
| YUV | 209.36 | 10.98 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 2 | 0 | 0.04 | 0.99 | 0.05 | 57.75 | 0.98 | 0.48 |
| Hex | F2 | E9 | 2 | 0 | 4 | 63 | 5 | 3A | 62 | 30 |
| Octal | 362 | 351 | 2 | 0 | 4 | 143 | 5 | 72 | 142 | 60 |
| Binary | 11110010 | 11101001 | 10 | 0 | 100 | 1100011 | 101 | 111010 | 1100010 | 110000 |
Color Harmonies of #F2E902
Complementary color
Monochromatic Colors of #F2E902
Black with #F2E902
Text Example
Text Example
White with #F2E902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E902; }
p { color: rgb(242,233,2); }
H1.HeaderClassName
{
color: #F2E902;
}
.AnyTagClassName
{
color: #F2E902;
}
</style>
background-color css
<style>
a { background-color: #F2E902; }
a { background-color: rgb(242,233,2); }
div.DivClassName
{
background-color: #F2E902;
}
.BgClassName
{
background-color: #F2E902;
}
</style>
border-color css
<style>
span { border-color: #F2E902; }
span { border-color: rgb(242,233,2); }
td.TdClassName
{
border-color: #F2E902;
}
.TagClassName
{
border-color: #F2E902;
}
</style>