Shades of Gorse #F7DC2C
Tints of Gorse #F7DC2C
RGB
CMYK
RGB Variations
Color information
#F7DC2C (or 0xF7DC2C) is known color: Gorse. HEX triplet: F7, DC and 2C. RGB value is (247,220,44). Sum of RGB (Red+Green+Blue) = 247+220+44=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DC2C is #0823D3. Grayscale: #D0D0D0. Windows color (decimal): -533460 or 2940151. OLE color: 2940151.
HSL color Cylindrical-coordinate representation of color #F7DC2C: hue angle of 52.02º 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 #F7DC2C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 44 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.03 |
| HSL | 52.02º | 0.93% | 0.57% | - |
| HSV(B) | 52.02º | 0.82% | 0.97% | - |
| XYZ | 64.41 | 71.14 | 12.72 | - |
| YUV | 208.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 44 | 0 | 0.11 | 0.82 | 0.03 | 52.02 | 0.93 | 0.57 |
| Hex | F7 | DC | 2C | 0 | B | 52 | 3 | 34 | 5D | 39 |
| Octal | 367 | 334 | 54 | 0 | 13 | 122 | 3 | 64 | 135 | 71 |
| Binary | 11110111 | 11011100 | 101100 | 0 | 1011 | 1010010 | 11 | 110100 | 1011101 | 111001 |
Color Harmonies of #F7DC2C
Complementary color
Monochromatic Colors of #F7DC2C
Black with #F7DC2C
Text Example
Text Example
White with #F7DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC2C; }
p { color: rgb(247,220,44); }
H1.HeaderClassName
{
color: #F7DC2C;
}
.AnyTagClassName
{
color: #F7DC2C;
}
</style>
background-color css
<style>
a { background-color: #F7DC2C; }
a { background-color: rgb(247,220,44); }
div.DivClassName
{
background-color: #F7DC2C;
}
.BgClassName
{
background-color: #F7DC2C;
}
</style>
border-color css
<style>
span { border-color: #F7DC2C; }
span { border-color: rgb(247,220,44); }
td.TdClassName
{
border-color: #F7DC2C;
}
.TagClassName
{
border-color: #F7DC2C;
}
</style>