Shades of Gorse #F7D735
Tints of Gorse #F7D735
RGB
CMYK
RGB Variations
Color information
#F7D735 (or 0xF7D735) is known color: Gorse. HEX triplet: F7, D7 and 35. RGB value is (247,215,53). Sum of RGB (Red+Green+Blue) = 247+215+53=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D735 is #0828CA. Grayscale: #CECECE. Windows color (decimal): -534731 or 3528695. OLE color: 3528695.
HSL color Cylindrical-coordinate representation of color #F7D735: hue angle of 50.1º 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 #F7D735 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 53 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.03 |
| HSL | 50.1º | 0.92% | 0.59% | - |
| HSV(B) | 50.1º | 0.79% | 0.97% | - |
| XYZ | 63.3 | 68.63 | 13.28 | - |
| YUV | 206.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 53 | 0 | 0.13 | 0.79 | 0.03 | 50.1 | 0.92 | 0.59 |
| Hex | F7 | D7 | 35 | 0 | D | 4F | 3 | 32 | 5C | 3B |
| Octal | 367 | 327 | 65 | 0 | 15 | 117 | 3 | 62 | 134 | 73 |
| Binary | 11110111 | 11010111 | 110101 | 0 | 1101 | 1001111 | 11 | 110010 | 1011100 | 111011 |
Color Harmonies of #F7D735
Complementary color
Monochromatic Colors of #F7D735
Black with #F7D735
Text Example
Text Example
White with #F7D735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D735; }
p { color: rgb(247,215,53); }
H1.HeaderClassName
{
color: #F7D735;
}
.AnyTagClassName
{
color: #F7D735;
}
</style>
background-color css
<style>
a { background-color: #F7D735; }
a { background-color: rgb(247,215,53); }
div.DivClassName
{
background-color: #F7D735;
}
.BgClassName
{
background-color: #F7D735;
}
</style>
border-color css
<style>
span { border-color: #F7D735; }
span { border-color: rgb(247,215,53); }
td.TdClassName
{
border-color: #F7D735;
}
.TagClassName
{
border-color: #F7D735;
}
</style>