Shades of Gorse #F7E130
Tints of Gorse #F7E130
RGB
CMYK
RGB Variations
Color information
#F7E130 (or 0xF7E130) is known color: Gorse. HEX triplet: F7, E1 and 30. RGB value is (247,225,48). Sum of RGB (Red+Green+Blue) = 247+225+48=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 48 (19.14% from 255 or 9.23% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E130 is #081ECF. Grayscale: #D4D4D4. Windows color (decimal): -532176 or 3203575. OLE color: 3203575.
HSL color Cylindrical-coordinate representation of color #F7E130: hue angle of 53.37º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7E130 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 48 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.03 |
| HSL | 53.37º | 0.93% | 0.58% | - |
| HSV(B) | 53.37º | 0.81% | 0.97% | - |
| XYZ | 65.82 | 73.84 | 13.58 | - |
| YUV | 211.4 | 35.79 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 48 | 0 | 0.09 | 0.81 | 0.03 | 53.37 | 0.93 | 0.58 |
| Hex | F7 | E1 | 30 | 0 | 9 | 51 | 3 | 35 | 5D | 3A |
| Octal | 367 | 341 | 60 | 0 | 11 | 121 | 3 | 65 | 135 | 72 |
| Binary | 11110111 | 11100001 | 110000 | 0 | 1001 | 1010001 | 11 | 110101 | 1011101 | 111010 |
Color Harmonies of #F7E130
Complementary color
Monochromatic Colors of #F7E130
Black with #F7E130
Text Example
Text Example
White with #F7E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E130; }
p { color: rgb(247,225,48); }
H1.HeaderClassName
{
color: #F7E130;
}
.AnyTagClassName
{
color: #F7E130;
}
</style>
background-color css
<style>
a { background-color: #F7E130; }
a { background-color: rgb(247,225,48); }
div.DivClassName
{
background-color: #F7E130;
}
.BgClassName
{
background-color: #F7E130;
}
</style>
border-color css
<style>
span { border-color: #F7E130; }
span { border-color: rgb(247,225,48); }
td.TdClassName
{
border-color: #F7E130;
}
.TagClassName
{
border-color: #F7E130;
}
</style>