Shades of Golden Yellow #F2E602
Tints of Golden Yellow #F2E602
RGB
CMYK
RGB Variations
Color information
#F2E602 (or 0xF2E602) is known color: Golden Yellow. HEX triplet: F2, E6 and 02. RGB value is (242,230,2). Sum of RGB (Red+Green+Blue) = 242+230+2=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 230 (90.23% from 255 or 48.52% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E602 is #0D19FD. Grayscale: #D0D0D0. Windows color (decimal): -858622 or 190194. OLE color: 190194.
HSL color Cylindrical-coordinate representation of color #F2E602: hue angle of 57º 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 #F2E602 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.05 |
| HSL | 57º | 0.98% | 0.48% | - |
| HSV(B) | 57º | 0.99% | 0.95% | - |
| XYZ | 64.93 | 75.48 | 11.2 | - |
| YUV | 207.6 | 11.98 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 2 | 0 | 0.05 | 0.99 | 0.05 | 57 | 0.98 | 0.48 |
| Hex | F2 | E6 | 2 | 0 | 5 | 63 | 5 | 39 | 62 | 30 |
| Octal | 362 | 346 | 2 | 0 | 5 | 143 | 5 | 71 | 142 | 60 |
| Binary | 11110010 | 11100110 | 10 | 0 | 101 | 1100011 | 101 | 111001 | 1100010 | 110000 |
Color Harmonies of #F2E602
Complementary color
Monochromatic Colors of #F2E602
Black with #F2E602
Text Example
Text Example
White with #F2E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E602; }
p { color: rgb(242,230,2); }
H1.HeaderClassName
{
color: #F2E602;
}
.AnyTagClassName
{
color: #F2E602;
}
</style>
background-color css
<style>
a { background-color: #F2E602; }
a { background-color: rgb(242,230,2); }
div.DivClassName
{
background-color: #F2E602;
}
.BgClassName
{
background-color: #F2E602;
}
</style>
border-color css
<style>
span { border-color: #F2E602; }
span { border-color: rgb(242,230,2); }
td.TdClassName
{
border-color: #F2E602;
}
.TagClassName
{
border-color: #F2E602;
}
</style>