Shades of Golden Yellow #F2E502
Tints of Golden Yellow #F2E502
RGB
CMYK
RGB Variations
Color information
#F2E502 (or 0xF2E502) is known color: Golden Yellow. HEX triplet: F2, E5 and 02. RGB value is (242,229,2). Sum of RGB (Red+Green+Blue) = 242+229+2=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E502 is #0D1AFD. Grayscale: #CFCFCF. Windows color (decimal): -858878 or 189938. OLE color: 189938.
HSL color Cylindrical-coordinate representation of color #F2E502: hue angle of 56.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 #F2E502 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.05 |
| HSL | 56.75º | 0.98% | 0.48% | - |
| HSV(B) | 56.75º | 0.99% | 0.95% | - |
| XYZ | 64.65 | 74.92 | 11.11 | - |
| YUV | 207.01 | 12.31 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 2 | 0 | 0.05 | 0.99 | 0.05 | 56.75 | 0.98 | 0.48 |
| Hex | F2 | E5 | 2 | 0 | 5 | 63 | 5 | 39 | 62 | 30 |
| Octal | 362 | 345 | 2 | 0 | 5 | 143 | 5 | 71 | 142 | 60 |
| Binary | 11110010 | 11100101 | 10 | 0 | 101 | 1100011 | 101 | 111001 | 1100010 | 110000 |
Color Harmonies of #F2E502
Complementary color
Monochromatic Colors of #F2E502
Black with #F2E502
Text Example
Text Example
White with #F2E502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E502; }
p { color: rgb(242,229,2); }
H1.HeaderClassName
{
color: #F2E502;
}
.AnyTagClassName
{
color: #F2E502;
}
</style>
background-color css
<style>
a { background-color: #F2E502; }
a { background-color: rgb(242,229,2); }
div.DivClassName
{
background-color: #F2E502;
}
.BgClassName
{
background-color: #F2E502;
}
</style>
border-color css
<style>
span { border-color: #F2E502; }
span { border-color: rgb(242,229,2); }
td.TdClassName
{
border-color: #F2E502;
}
.TagClassName
{
border-color: #F2E502;
}
</style>