Shades of Golden Yellow #F2E006
Tints of Golden Yellow #F2E006
RGB
CMYK
RGB Variations
Color information
#F2E006 (or 0xF2E006) is known color: Golden Yellow. HEX triplet: F2, E0 and 06. RGB value is (242,224,6). Sum of RGB (Red+Green+Blue) = 242+224+6=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 6 (2.73% from 255 or 1.27% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E006 is #0D1FF9. Grayscale: #CDCDCD. Windows color (decimal): -860154 or 450802. OLE color: 450802.
HSL color Cylindrical-coordinate representation of color #F2E006: hue angle of 55.42º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2E006 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 6 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.05 |
| HSL | 55.42º | 0.95% | 0.49% | - |
| HSV(B) | 55.42º | 0.98% | 0.95% | - |
| XYZ | 63.31 | 72.2 | 10.77 | - |
| YUV | 204.53 | 15.96 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 6 | 0 | 0.07 | 0.98 | 0.05 | 55.42 | 0.95 | 0.49 |
| Hex | F2 | E0 | 6 | 0 | 7 | 62 | 5 | 37 | 5F | 31 |
| Octal | 362 | 340 | 6 | 0 | 7 | 142 | 5 | 67 | 137 | 61 |
| Binary | 11110010 | 11100000 | 110 | 0 | 111 | 1100010 | 101 | 110111 | 1011111 | 110001 |
Color Harmonies of #F2E006
Complementary color
Monochromatic Colors of #F2E006
Black with #F2E006
Text Example
Text Example
White with #F2E006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E006; }
p { color: rgb(242,224,6); }
H1.HeaderClassName
{
color: #F2E006;
}
.AnyTagClassName
{
color: #F2E006;
}
</style>
background-color css
<style>
a { background-color: #F2E006; }
a { background-color: rgb(242,224,6); }
div.DivClassName
{
background-color: #F2E006;
}
.BgClassName
{
background-color: #F2E006;
}
</style>
border-color css
<style>
span { border-color: #F2E006; }
span { border-color: rgb(242,224,6); }
td.TdClassName
{
border-color: #F2E006;
}
.TagClassName
{
border-color: #F2E006;
}
</style>