Shades of Golden Yellow #F2E802
Tints of Golden Yellow #F2E802
RGB
CMYK
RGB Variations
Color information
#F2E802 (or 0xF2E802) is known color: Golden Yellow. HEX triplet: F2, E8 and 02. RGB value is (242,232,2). Sum of RGB (Red+Green+Blue) = 242+232+2=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 232 (91.02% from 255 or 48.74% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E802 is #0D17FD. Grayscale: #D1D1D1. Windows color (decimal): -858110 or 190706. OLE color: 190706.
HSL color Cylindrical-coordinate representation of color #F2E802: hue angle of 57.5º 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 #F2E802 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.05 |
| HSL | 57.5º | 0.98% | 0.48% | - |
| HSV(B) | 57.5º | 0.99% | 0.95% | - |
| XYZ | 65.49 | 76.59 | 11.39 | - |
| YUV | 208.77 | 11.31 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 2 | 0 | 0.04 | 0.99 | 0.05 | 57.5 | 0.98 | 0.48 |
| Hex | F2 | E8 | 2 | 0 | 4 | 63 | 5 | 3A | 62 | 30 |
| Octal | 362 | 350 | 2 | 0 | 4 | 143 | 5 | 72 | 142 | 60 |
| Binary | 11110010 | 11101000 | 10 | 0 | 100 | 1100011 | 101 | 111010 | 1100010 | 110000 |
Color Harmonies of #F2E802
Complementary color
Monochromatic Colors of #F2E802
Black with #F2E802
Text Example
Text Example
White with #F2E802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E802; }
p { color: rgb(242,232,2); }
H1.HeaderClassName
{
color: #F2E802;
}
.AnyTagClassName
{
color: #F2E802;
}
</style>
background-color css
<style>
a { background-color: #F2E802; }
a { background-color: rgb(242,232,2); }
div.DivClassName
{
background-color: #F2E802;
}
.BgClassName
{
background-color: #F2E802;
}
</style>
border-color css
<style>
span { border-color: #F2E802; }
span { border-color: rgb(242,232,2); }
td.TdClassName
{
border-color: #F2E802;
}
.TagClassName
{
border-color: #F2E802;
}
</style>