Shades of Gorse #F7E531
Tints of Gorse #F7E531
RGB
CMYK
RGB Variations
Color information
#F7E531 (or 0xF7E531) is known color: Gorse. HEX triplet: F7, E5 and 31. RGB value is (247,229,49). Sum of RGB (Red+Green+Blue) = 247+229+49=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E531 is #081ACE. Grayscale: #D6D6D6. Windows color (decimal): -531151 or 3270135. OLE color: 3270135.
HSL color Cylindrical-coordinate representation of color #F7E531: hue angle of 54.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7E531 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 49 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.03 |
| HSL | 54.55º | 0.93% | 0.58% | - |
| HSV(B) | 54.55º | 0.8% | 0.97% | - |
| XYZ | 66.93 | 76.03 | 14.05 | - |
| YUV | 213.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 49 | 0 | 0.07 | 0.80 | 0.03 | 54.55 | 0.93 | 0.58 |
| Hex | F7 | E5 | 31 | 0 | 7 | 50 | 3 | 37 | 5D | 3A |
| Octal | 367 | 345 | 61 | 0 | 7 | 120 | 3 | 67 | 135 | 72 |
| Binary | 11110111 | 11100101 | 110001 | 0 | 111 | 1010000 | 11 | 110111 | 1011101 | 111010 |
Color Harmonies of #F7E531
Complementary color
Monochromatic Colors of #F7E531
Black with #F7E531
Text Example
Text Example
White with #F7E531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E531; }
p { color: rgb(247,229,49); }
H1.HeaderClassName
{
color: #F7E531;
}
.AnyTagClassName
{
color: #F7E531;
}
</style>
background-color css
<style>
a { background-color: #F7E531; }
a { background-color: rgb(247,229,49); }
div.DivClassName
{
background-color: #F7E531;
}
.BgClassName
{
background-color: #F7E531;
}
</style>
border-color css
<style>
span { border-color: #F7E531; }
span { border-color: rgb(247,229,49); }
td.TdClassName
{
border-color: #F7E531;
}
.TagClassName
{
border-color: #F7E531;
}
</style>