Shades of Gorse #F7DA2E
Tints of Gorse #F7DA2E
RGB
CMYK
RGB Variations
Color information
#F7DA2E (or 0xF7DA2E) is known color: Gorse. HEX triplet: F7, DA and 2E. RGB value is (247,218,46). Sum of RGB (Red+Green+Blue) = 247+218+46=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DA2E is #0825D1. Grayscale: #CFCFCF. Windows color (decimal): -533970 or 3070711. OLE color: 3070711.
HSL color Cylindrical-coordinate representation of color #F7DA2E: hue angle of 51.34º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7DA2E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 46 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.03 |
| HSL | 51.34º | 0.93% | 0.57% | - |
| HSV(B) | 51.34º | 0.81% | 0.97% | - |
| XYZ | 63.92 | 70.11 | 12.75 | - |
| YUV | 207.06 | 37.11 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 46 | 0 | 0.12 | 0.81 | 0.03 | 51.34 | 0.93 | 0.57 |
| Hex | F7 | DA | 2E | 0 | C | 51 | 3 | 33 | 5D | 39 |
| Octal | 367 | 332 | 56 | 0 | 14 | 121 | 3 | 63 | 135 | 71 |
| Binary | 11110111 | 11011010 | 101110 | 0 | 1100 | 1010001 | 11 | 110011 | 1011101 | 111001 |
Color Harmonies of #F7DA2E
Complementary color
Monochromatic Colors of #F7DA2E
Black with #F7DA2E
Text Example
Text Example
White with #F7DA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DA2E; }
p { color: rgb(247,218,46); }
H1.HeaderClassName
{
color: #F7DA2E;
}
.AnyTagClassName
{
color: #F7DA2E;
}
</style>
background-color css
<style>
a { background-color: #F7DA2E; }
a { background-color: rgb(247,218,46); }
div.DivClassName
{
background-color: #F7DA2E;
}
.BgClassName
{
background-color: #F7DA2E;
}
</style>
border-color css
<style>
span { border-color: #F7DA2E; }
span { border-color: rgb(247,218,46); }
td.TdClassName
{
border-color: #F7DA2E;
}
.TagClassName
{
border-color: #F7DA2E;
}
</style>