Shades of Gorse #F7D640
Tints of Gorse #F7D640
RGB
CMYK
RGB Variations
Color information
#F7D640 (or 0xF7D640) is known color: Gorse. HEX triplet: F7, D6 and 40. RGB value is (247,214,64). Sum of RGB (Red+Green+Blue) = 247+214+64=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D640 is #0829BF. Grayscale: #CFCFCF. Windows color (decimal): -534976 or 4249335. OLE color: 4249335.
HSL color Cylindrical-coordinate representation of color #F7D640: hue angle of 49.18º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7D640 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 64 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.03 |
| HSL | 49.18º | 0.92% | 0.61% | - |
| HSV(B) | 49.18º | 0.74% | 0.97% | - |
| XYZ | 63.33 | 68.24 | 14.68 | - |
| YUV | 206.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 64 | 0 | 0.13 | 0.74 | 0.03 | 49.18 | 0.92 | 0.61 |
| Hex | F7 | D6 | 40 | 0 | D | 4A | 3 | 31 | 5C | 3D |
| Octal | 367 | 326 | 100 | 0 | 15 | 112 | 3 | 61 | 134 | 75 |
| Binary | 11110111 | 11010110 | 1000000 | 0 | 1101 | 1001010 | 11 | 110001 | 1011100 | 111101 |
Color Harmonies of #F7D640
Complementary color
Monochromatic Colors of #F7D640
Black with #F7D640
Text Example
Text Example
White with #F7D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D640; }
p { color: rgb(247,214,64); }
H1.HeaderClassName
{
color: #F7D640;
}
.AnyTagClassName
{
color: #F7D640;
}
</style>
background-color css
<style>
a { background-color: #F7D640; }
a { background-color: rgb(247,214,64); }
div.DivClassName
{
background-color: #F7D640;
}
.BgClassName
{
background-color: #F7D640;
}
</style>
border-color css
<style>
span { border-color: #F7D640; }
span { border-color: rgb(247,214,64); }
td.TdClassName
{
border-color: #F7D640;
}
.TagClassName
{
border-color: #F7D640;
}
</style>