Shades of Gorse #F7E034
Tints of Gorse #F7E034
RGB
CMYK
RGB Variations
Color information
#F7E034 (or 0xF7E034) is known color: Gorse. HEX triplet: F7, E0 and 34. RGB value is (247,224,52). Sum of RGB (Red+Green+Blue) = 247+224+52=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E034 is #081FCB. Grayscale: #D3D3D3. Windows color (decimal): -532428 or 3465463. OLE color: 3465463.
HSL color Cylindrical-coordinate representation of color #F7E034: hue angle of 52.92º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7E034 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 52 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.03 |
| HSL | 52.92º | 0.92% | 0.59% | - |
| HSV(B) | 52.92º | 0.79% | 0.97% | - |
| XYZ | 65.63 | 73.33 | 13.94 | - |
| YUV | 211.27 | 38.12 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 52 | 0 | 0.09 | 0.79 | 0.03 | 52.92 | 0.92 | 0.59 |
| Hex | F7 | E0 | 34 | 0 | 9 | 4F | 3 | 35 | 5C | 3B |
| Octal | 367 | 340 | 64 | 0 | 11 | 117 | 3 | 65 | 134 | 73 |
| Binary | 11110111 | 11100000 | 110100 | 0 | 1001 | 1001111 | 11 | 110101 | 1011100 | 111011 |
Color Harmonies of #F7E034
Complementary color
Monochromatic Colors of #F7E034
Black with #F7E034
Text Example
Text Example
White with #F7E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E034; }
p { color: rgb(247,224,52); }
H1.HeaderClassName
{
color: #F7E034;
}
.AnyTagClassName
{
color: #F7E034;
}
</style>
background-color css
<style>
a { background-color: #F7E034; }
a { background-color: rgb(247,224,52); }
div.DivClassName
{
background-color: #F7E034;
}
.BgClassName
{
background-color: #F7E034;
}
</style>
border-color css
<style>
span { border-color: #F7E034; }
span { border-color: rgb(247,224,52); }
td.TdClassName
{
border-color: #F7E034;
}
.TagClassName
{
border-color: #F7E034;
}
</style>