Shades of Gorse #F7D938
Tints of Gorse #F7D938
RGB
CMYK
RGB Variations
Color information
#F7D938 (or 0xF7D938) is known color: Gorse. HEX triplet: F7, D9 and 38. RGB value is (247,217,56). Sum of RGB (Red+Green+Blue) = 247+217+56=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 56 (22.27% from 255 or 10.77% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D938 is #0826C7. Grayscale: #D0D0D0. Windows color (decimal): -534216 or 3725815. OLE color: 3725815.
HSL color Cylindrical-coordinate representation of color #F7D938: hue angle of 50.58º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7D938 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 56 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.03 |
| HSL | 50.58º | 0.92% | 0.59% | - |
| HSV(B) | 50.58º | 0.77% | 0.97% | - |
| XYZ | 63.88 | 69.69 | 13.82 | - |
| YUV | 207.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 56 | 0 | 0.12 | 0.77 | 0.03 | 50.58 | 0.92 | 0.59 |
| Hex | F7 | D9 | 38 | 0 | C | 4D | 3 | 33 | 5C | 3B |
| Octal | 367 | 331 | 70 | 0 | 14 | 115 | 3 | 63 | 134 | 73 |
| Binary | 11110111 | 11011001 | 111000 | 0 | 1100 | 1001101 | 11 | 110011 | 1011100 | 111011 |
Color Harmonies of #F7D938
Complementary color
Monochromatic Colors of #F7D938
Black with #F7D938
Text Example
Text Example
White with #F7D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D938; }
p { color: rgb(247,217,56); }
H1.HeaderClassName
{
color: #F7D938;
}
.AnyTagClassName
{
color: #F7D938;
}
</style>
background-color css
<style>
a { background-color: #F7D938; }
a { background-color: rgb(247,217,56); }
div.DivClassName
{
background-color: #F7D938;
}
.BgClassName
{
background-color: #F7D938;
}
</style>
border-color css
<style>
span { border-color: #F7D938; }
span { border-color: rgb(247,217,56); }
td.TdClassName
{
border-color: #F7D938;
}
.TagClassName
{
border-color: #F7D938;
}
</style>