Shades of Gorse #F7DB3E
Tints of Gorse #F7DB3E
RGB
CMYK
RGB Variations
Color information
#F7DB3E (or 0xF7DB3E) is known color: Gorse. HEX triplet: F7, DB and 3E. RGB value is (247,219,62). Sum of RGB (Red+Green+Blue) = 247+219+62=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DB3E is #0824C1. Grayscale: #D2D2D2. Windows color (decimal): -533698 or 4119543. OLE color: 4119543.
HSL color Cylindrical-coordinate representation of color #F7DB3E: hue angle of 50.92º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7DB3E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 62 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.03 |
| HSL | 50.92º | 0.92% | 0.61% | - |
| HSV(B) | 50.92º | 0.75% | 0.97% | - |
| XYZ | 64.56 | 70.78 | 14.82 | - |
| YUV | 209.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 62 | 0 | 0.11 | 0.75 | 0.03 | 50.92 | 0.92 | 0.61 |
| Hex | F7 | DB | 3E | 0 | B | 4B | 3 | 33 | 5C | 3D |
| Octal | 367 | 333 | 76 | 0 | 13 | 113 | 3 | 63 | 134 | 75 |
| Binary | 11110111 | 11011011 | 111110 | 0 | 1011 | 1001011 | 11 | 110011 | 1011100 | 111101 |
Color Harmonies of #F7DB3E
Complementary color
Monochromatic Colors of #F7DB3E
Black with #F7DB3E
Text Example
Text Example
White with #F7DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB3E; }
p { color: rgb(247,219,62); }
H1.HeaderClassName
{
color: #F7DB3E;
}
.AnyTagClassName
{
color: #F7DB3E;
}
</style>
background-color css
<style>
a { background-color: #F7DB3E; }
a { background-color: rgb(247,219,62); }
div.DivClassName
{
background-color: #F7DB3E;
}
.BgClassName
{
background-color: #F7DB3E;
}
</style>
border-color css
<style>
span { border-color: #F7DB3E; }
span { border-color: rgb(247,219,62); }
td.TdClassName
{
border-color: #F7DB3E;
}
.TagClassName
{
border-color: #F7DB3E;
}
</style>