Shades of Golden Yellow #F2E008
Tints of Golden Yellow #F2E008
RGB
CMYK
RGB Variations
Color information
#F2E008 (or 0xF2E008) is known color: Golden Yellow. HEX triplet: F2, E0 and 08. RGB value is (242,224,8). Sum of RGB (Red+Green+Blue) = 242+224+8=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E008 is #0D1FF7. Grayscale: #CDCDCD. Windows color (decimal): -860152 or 581874. OLE color: 581874.
HSL color Cylindrical-coordinate representation of color #F2E008: hue angle of 55.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2E008 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 8 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.05 |
| HSL | 55.38º | 0.94% | 0.49% | - |
| HSV(B) | 55.38º | 0.97% | 0.95% | - |
| XYZ | 63.32 | 72.21 | 10.83 | - |
| YUV | 204.76 | 16.96 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 8 | 0 | 0.07 | 0.97 | 0.05 | 55.38 | 0.94 | 0.49 |
| Hex | F2 | E0 | 8 | 0 | 7 | 61 | 5 | 37 | 5E | 31 |
| Octal | 362 | 340 | 10 | 0 | 7 | 141 | 5 | 67 | 136 | 61 |
| Binary | 11110010 | 11100000 | 1000 | 0 | 111 | 1100001 | 101 | 110111 | 1011110 | 110001 |
Color Harmonies of #F2E008
Complementary color
Monochromatic Colors of #F2E008
Black with #F2E008
Text Example
Text Example
White with #F2E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E008; }
p { color: rgb(242,224,8); }
H1.HeaderClassName
{
color: #F2E008;
}
.AnyTagClassName
{
color: #F2E008;
}
</style>
background-color css
<style>
a { background-color: #F2E008; }
a { background-color: rgb(242,224,8); }
div.DivClassName
{
background-color: #F2E008;
}
.BgClassName
{
background-color: #F2E008;
}
</style>
border-color css
<style>
span { border-color: #F2E008; }
span { border-color: rgb(242,224,8); }
td.TdClassName
{
border-color: #F2E008;
}
.TagClassName
{
border-color: #F2E008;
}
</style>