Shades of Gorse #F7DA37
Tints of Gorse #F7DA37
RGB
CMYK
RGB Variations
Color information
#F7DA37 (or 0xF7DA37) is known color: Gorse. HEX triplet: F7, DA and 37. RGB value is (247,218,55). Sum of RGB (Red+Green+Blue) = 247+218+55=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 55 (21.88% from 255 or 10.58% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DA37 is #0825C8. Grayscale: #D0D0D0. Windows color (decimal): -533961 or 3660535. OLE color: 3660535.
HSL color Cylindrical-coordinate representation of color #F7DA37: hue angle of 50.94º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7DA37 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 55 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.03 |
| HSL | 50.94º | 0.92% | 0.59% | - |
| HSV(B) | 50.94º | 0.78% | 0.97% | - |
| XYZ | 64.12 | 70.19 | 13.78 | - |
| YUV | 208.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 55 | 0 | 0.12 | 0.78 | 0.03 | 50.94 | 0.92 | 0.59 |
| Hex | F7 | DA | 37 | 0 | C | 4E | 3 | 33 | 5C | 3B |
| Octal | 367 | 332 | 67 | 0 | 14 | 116 | 3 | 63 | 134 | 73 |
| Binary | 11110111 | 11011010 | 110111 | 0 | 1100 | 1001110 | 11 | 110011 | 1011100 | 111011 |
Color Harmonies of #F7DA37
Complementary color
Monochromatic Colors of #F7DA37
Black with #F7DA37
Text Example
Text Example
White with #F7DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DA37; }
p { color: rgb(247,218,55); }
H1.HeaderClassName
{
color: #F7DA37;
}
.AnyTagClassName
{
color: #F7DA37;
}
</style>
background-color css
<style>
a { background-color: #F7DA37; }
a { background-color: rgb(247,218,55); }
div.DivClassName
{
background-color: #F7DA37;
}
.BgClassName
{
background-color: #F7DA37;
}
</style>
border-color css
<style>
span { border-color: #F7DA37; }
span { border-color: rgb(247,218,55); }
td.TdClassName
{
border-color: #F7DA37;
}
.TagClassName
{
border-color: #F7DA37;
}
</style>