Shades of Golden Yellow #F2E000
Tints of Golden Yellow #F2E000
RGB
CMYK
RGB Variations
Color information
#F2E000 (or 0xF2E000) is known color: Golden Yellow. HEX triplet: F2, E0 and 00. RGB value is (242,224,0). Sum of RGB (Red+Green+Blue) = 242+224+0=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E000 is #0D1FFF. Grayscale: #CCCCCC. Windows color (decimal): -860160 or 57586. OLE color: 57586.
HSL color Cylindrical-coordinate representation of color #F2E000: hue angle of 55.54º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2E000 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.05 |
| HSL | 55.54º | 1% | 0.47% | - |
| HSV(B) | 55.54º | 1% | 0.95% | - |
| XYZ | 63.27 | 72.19 | 10.6 | - |
| YUV | 203.85 | 12.96 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 0 | 0 | 0.07 | 1 | 0.05 | 55.54 | 1 | 0.47 |
| Hex | F2 | E0 | 0 | 0 | 7 | 64 | 5 | 38 | 64 | 2F |
| Octal | 362 | 340 | 0 | 0 | 7 | 144 | 5 | 70 | 144 | 57 |
| Binary | 11110010 | 11100000 | 0 | 0 | 111 | 1100100 | 101 | 111000 | 1100100 | 101111 |
Color Harmonies of #F2E000
Complementary color
Monochromatic Colors of #F2E000
Black with #F2E000
Text Example
Text Example
White with #F2E000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E000; }
p { color: rgb(242,224,0); }
H1.HeaderClassName
{
color: #F2E000;
}
.AnyTagClassName
{
color: #F2E000;
}
</style>
background-color css
<style>
a { background-color: #F2E000; }
a { background-color: rgb(242,224,0); }
div.DivClassName
{
background-color: #F2E000;
}
.BgClassName
{
background-color: #F2E000;
}
</style>
border-color css
<style>
span { border-color: #F2E000; }
span { border-color: rgb(242,224,0); }
td.TdClassName
{
border-color: #F2E000;
}
.TagClassName
{
border-color: #F2E000;
}
</style>