Shades of Gorse #F7F72B
Tints of Gorse #F7F72B
RGB
CMYK
RGB Variations
Color information
#F7F72B (or 0xF7F72B) is known color: Gorse. HEX triplet: F7, F7 and 2B. RGB value is (247,247,43). Sum of RGB (Red+Green+Blue) = 247+247+43=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 247 - color contains mainly: red, green. Hex color #F7F72B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F72B is #0808D4. Grayscale: #E0E0E0. Windows color (decimal): -526549 or 2881527. OLE color: 2881527.
HSL color Cylindrical-coordinate representation of color #F7F72B: hue angle of 60º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7F72B is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 247 | 43 | - |
| CMYK | 0 | 0 | 0.83 | 0.03 |
| HSL | 60º | 0.93% | 0.57% | - |
| HSV(B) | 60º | 0.83% | 0.97% | - |
| XYZ | 72.05 | 86.47 | 15.18 | - |
| YUV | 223.74 | 26 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 247 | 43 | 0 | 0 | 0.83 | 0.03 | 60 | 0.93 | 0.57 |
| Hex | F7 | F7 | 2B | 0 | 0 | 53 | 3 | 3C | 5D | 39 |
| Octal | 367 | 367 | 53 | 0 | 0 | 123 | 3 | 74 | 135 | 71 |
| Binary | 11110111 | 11110111 | 101011 | 0 | 0 | 1010011 | 11 | 111100 | 1011101 | 111001 |
Color Harmonies of #F7F72B
Complementary color
Monochromatic Colors of #F7F72B
Black with #F7F72B
Text Example
Text Example
White with #F7F72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F72B; }
p { color: rgb(247,247,43); }
H1.HeaderClassName
{
color: #F7F72B;
}
.AnyTagClassName
{
color: #F7F72B;
}
</style>
background-color css
<style>
a { background-color: #F7F72B; }
a { background-color: rgb(247,247,43); }
div.DivClassName
{
background-color: #F7F72B;
}
.BgClassName
{
background-color: #F7F72B;
}
</style>
border-color css
<style>
span { border-color: #F7F72B; }
span { border-color: rgb(247,247,43); }
td.TdClassName
{
border-color: #F7F72B;
}
.TagClassName
{
border-color: #F7F72B;
}
</style>