Shades of Gorse #F7DD2E
Tints of Gorse #F7DD2E
RGB
CMYK
RGB Variations
Color information
#F7DD2E (or 0xF7DD2E) is known color: Gorse. HEX triplet: F7, DD and 2E. RGB value is (247,221,46). Sum of RGB (Red+Green+Blue) = 247+221+46=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DD2E is #0822D1. Grayscale: #D1D1D1. Windows color (decimal): -533202 or 3071479. OLE color: 3071479.
HSL color Cylindrical-coordinate representation of color #F7DD2E: hue angle of 52.24º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7DD2E is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 221 | 46 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.03 |
| HSL | 52.24º | 0.93% | 0.57% | - |
| HSV(B) | 52.24º | 0.81% | 0.97% | - |
| XYZ | 64.71 | 71.68 | 13.01 | - |
| YUV | 208.82 | 36.11 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 221 | 46 | 0 | 0.11 | 0.81 | 0.03 | 52.24 | 0.93 | 0.57 |
| Hex | F7 | DD | 2E | 0 | B | 51 | 3 | 34 | 5D | 39 |
| Octal | 367 | 335 | 56 | 0 | 13 | 121 | 3 | 64 | 135 | 71 |
| Binary | 11110111 | 11011101 | 101110 | 0 | 1011 | 1010001 | 11 | 110100 | 1011101 | 111001 |
Color Harmonies of #F7DD2E
Complementary color
Monochromatic Colors of #F7DD2E
Black with #F7DD2E
Text Example
Text Example
White with #F7DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DD2E; }
p { color: rgb(247,221,46); }
H1.HeaderClassName
{
color: #F7DD2E;
}
.AnyTagClassName
{
color: #F7DD2E;
}
</style>
background-color css
<style>
a { background-color: #F7DD2E; }
a { background-color: rgb(247,221,46); }
div.DivClassName
{
background-color: #F7DD2E;
}
.BgClassName
{
background-color: #F7DD2E;
}
</style>
border-color css
<style>
span { border-color: #F7DD2E; }
span { border-color: rgb(247,221,46); }
td.TdClassName
{
border-color: #F7DD2E;
}
.TagClassName
{
border-color: #F7DD2E;
}
</style>