Shades of Gorse #F7DB32
Tints of Gorse #F7DB32
RGB
CMYK
RGB Variations
Color information
#F7DB32 (or 0xF7DB32) is known color: Gorse. HEX triplet: F7, DB and 32. RGB value is (247,219,50). Sum of RGB (Red+Green+Blue) = 247+219+50=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DB32 is #0824CD. Grayscale: #D0D0D0. Windows color (decimal): -533710 or 3333111. OLE color: 3333111.
HSL color Cylindrical-coordinate representation of color #F7DB32: hue angle of 51.47º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7DB32 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 50 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.03 |
| HSL | 51.47º | 0.92% | 0.58% | - |
| HSV(B) | 51.47º | 0.8% | 0.97% | - |
| XYZ | 64.27 | 70.67 | 13.27 | - |
| YUV | 208.11 | 38.78 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 50 | 0 | 0.11 | 0.80 | 0.03 | 51.47 | 0.92 | 0.58 |
| Hex | F7 | DB | 32 | 0 | B | 50 | 3 | 33 | 5C | 3A |
| Octal | 367 | 333 | 62 | 0 | 13 | 120 | 3 | 63 | 134 | 72 |
| Binary | 11110111 | 11011011 | 110010 | 0 | 1011 | 1010000 | 11 | 110011 | 1011100 | 111010 |
Color Harmonies of #F7DB32
Complementary color
Monochromatic Colors of #F7DB32
Black with #F7DB32
Text Example
Text Example
White with #F7DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB32; }
p { color: rgb(247,219,50); }
H1.HeaderClassName
{
color: #F7DB32;
}
.AnyTagClassName
{
color: #F7DB32;
}
</style>
background-color css
<style>
a { background-color: #F7DB32; }
a { background-color: rgb(247,219,50); }
div.DivClassName
{
background-color: #F7DB32;
}
.BgClassName
{
background-color: #F7DB32;
}
</style>
border-color css
<style>
span { border-color: #F7DB32; }
span { border-color: rgb(247,219,50); }
td.TdClassName
{
border-color: #F7DB32;
}
.TagClassName
{
border-color: #F7DB32;
}
</style>