Shades of Gorse #F7E53D
Tints of Gorse #F7E53D
RGB
CMYK
RGB Variations
Color information
#F7E53D (or 0xF7E53D) is known color: Gorse. HEX triplet: F7, E5 and 3D. RGB value is (247,229,61). Sum of RGB (Red+Green+Blue) = 247+229+61=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E53D is #081AC2. Grayscale: #D7D7D7. Windows color (decimal): -531139 or 4056567. OLE color: 4056567.
HSL color Cylindrical-coordinate representation of color #F7E53D: hue angle of 54.19º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7E53D is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 61 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.03 |
| HSL | 54.19º | 0.92% | 0.6% | - |
| HSV(B) | 54.19º | 0.75% | 0.97% | - |
| XYZ | 67.22 | 76.15 | 15.57 | - |
| YUV | 215.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 61 | 0 | 0.07 | 0.75 | 0.03 | 54.19 | 0.92 | 0.6 |
| Hex | F7 | E5 | 3D | 0 | 7 | 4B | 3 | 36 | 5C | 3C |
| Octal | 367 | 345 | 75 | 0 | 7 | 113 | 3 | 66 | 134 | 74 |
| Binary | 11110111 | 11100101 | 111101 | 0 | 111 | 1001011 | 11 | 110110 | 1011100 | 111100 |
Color Harmonies of #F7E53D
Complementary color
Monochromatic Colors of #F7E53D
Black with #F7E53D
Text Example
Text Example
White with #F7E53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E53D; }
p { color: rgb(247,229,61); }
H1.HeaderClassName
{
color: #F7E53D;
}
.AnyTagClassName
{
color: #F7E53D;
}
</style>
background-color css
<style>
a { background-color: #F7E53D; }
a { background-color: rgb(247,229,61); }
div.DivClassName
{
background-color: #F7E53D;
}
.BgClassName
{
background-color: #F7E53D;
}
</style>
border-color css
<style>
span { border-color: #F7E53D; }
span { border-color: rgb(247,229,61); }
td.TdClassName
{
border-color: #F7E53D;
}
.TagClassName
{
border-color: #F7E53D;
}
</style>