Shades of Gorse #F7E12D
Tints of Gorse #F7E12D
RGB
CMYK
RGB Variations
Color information
#F7E12D (or 0xF7E12D) is known color: Gorse. HEX triplet: F7, E1 and 2D. RGB value is (247,225,45). Sum of RGB (Red+Green+Blue) = 247+225+45=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E12D is #081ED2. Grayscale: #D3D3D3. Windows color (decimal): -532179 or 3006967. OLE color: 3006967.
HSL color Cylindrical-coordinate representation of color #F7E12D: hue angle of 53.47º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7E12D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.03 |
| HSL | 53.47º | 0.93% | 0.57% | - |
| HSV(B) | 53.47º | 0.82% | 0.97% | - |
| XYZ | 65.76 | 73.81 | 13.26 | - |
| YUV | 211.06 | 34.29 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 45 | 0 | 0.09 | 0.82 | 0.03 | 53.47 | 0.93 | 0.57 |
| Hex | F7 | E1 | 2D | 0 | 9 | 52 | 3 | 35 | 5D | 39 |
| Octal | 367 | 341 | 55 | 0 | 11 | 122 | 3 | 65 | 135 | 71 |
| Binary | 11110111 | 11100001 | 101101 | 0 | 1001 | 1010010 | 11 | 110101 | 1011101 | 111001 |
Color Harmonies of #F7E12D
Complementary color
Monochromatic Colors of #F7E12D
Black with #F7E12D
Text Example
Text Example
White with #F7E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E12D; }
p { color: rgb(247,225,45); }
H1.HeaderClassName
{
color: #F7E12D;
}
.AnyTagClassName
{
color: #F7E12D;
}
</style>
background-color css
<style>
a { background-color: #F7E12D; }
a { background-color: rgb(247,225,45); }
div.DivClassName
{
background-color: #F7E12D;
}
.BgClassName
{
background-color: #F7E12D;
}
</style>
border-color css
<style>
span { border-color: #F7E12D; }
span { border-color: rgb(247,225,45); }
td.TdClassName
{
border-color: #F7E12D;
}
.TagClassName
{
border-color: #F7E12D;
}
</style>