Shades of Gorse #F7DC2D
Tints of Gorse #F7DC2D
RGB
CMYK
RGB Variations
Color information
#F7DC2D (or 0xF7DC2D) is known color: Gorse. HEX triplet: F7, DC and 2D. RGB value is (247,220,45). Sum of RGB (Red+Green+Blue) = 247+220+45=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DC2D is #0823D2. Grayscale: #D0D0D0. Windows color (decimal): -533459 or 3005687. OLE color: 3005687.
HSL color Cylindrical-coordinate representation of color #F7DC2D: hue angle of 51.98º 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 #F7DC2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.03 |
| HSL | 51.98º | 0.93% | 0.57% | - |
| HSV(B) | 51.98º | 0.82% | 0.97% | - |
| XYZ | 64.42 | 71.15 | 12.82 | - |
| YUV | 208.12 | 35.95 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 45 | 0 | 0.11 | 0.82 | 0.03 | 51.98 | 0.93 | 0.57 |
| Hex | F7 | DC | 2D | 0 | B | 52 | 3 | 34 | 5D | 39 |
| Octal | 367 | 334 | 55 | 0 | 13 | 122 | 3 | 64 | 135 | 71 |
| Binary | 11110111 | 11011100 | 101101 | 0 | 1011 | 1010010 | 11 | 110100 | 1011101 | 111001 |
Color Harmonies of #F7DC2D
Complementary color
Monochromatic Colors of #F7DC2D
Black with #F7DC2D
Text Example
Text Example
White with #F7DC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC2D; }
p { color: rgb(247,220,45); }
H1.HeaderClassName
{
color: #F7DC2D;
}
.AnyTagClassName
{
color: #F7DC2D;
}
</style>
background-color css
<style>
a { background-color: #F7DC2D; }
a { background-color: rgb(247,220,45); }
div.DivClassName
{
background-color: #F7DC2D;
}
.BgClassName
{
background-color: #F7DC2D;
}
</style>
border-color css
<style>
span { border-color: #F7DC2D; }
span { border-color: rgb(247,220,45); }
td.TdClassName
{
border-color: #F7DC2D;
}
.TagClassName
{
border-color: #F7DC2D;
}
</style>