Shades of Gorse #F7ED3F
Tints of Gorse #F7ED3F
RGB
CMYK
RGB Variations
Color information
#F7ED3F (or 0xF7ED3F) is known color: Gorse. HEX triplet: F7, ED and 3F. RGB value is (247,237,63). Sum of RGB (Red+Green+Blue) = 247+237+63=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 63 (25% from 255 or 11.52% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7ED3F is #0812C0. Grayscale: #DCDCDC. Windows color (decimal): -529089 or 4189687. OLE color: 4189687.
HSL color Cylindrical-coordinate representation of color #F7ED3F: hue angle of 56.74º 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 #F7ED3F is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 63 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.03 |
| HSL | 56.74º | 0.92% | 0.61% | - |
| HSV(B) | 56.74º | 0.74% | 0.97% | - |
| XYZ | 69.54 | 80.7 | 16.61 | - |
| YUV | 220.15 | 39.31 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 63 | 0 | 0.04 | 0.74 | 0.03 | 56.74 | 0.92 | 0.61 |
| Hex | F7 | ED | 3F | 0 | 4 | 4A | 3 | 39 | 5C | 3D |
| Octal | 367 | 355 | 77 | 0 | 4 | 112 | 3 | 71 | 134 | 75 |
| Binary | 11110111 | 11101101 | 111111 | 0 | 100 | 1001010 | 11 | 111001 | 1011100 | 111101 |
Color Harmonies of #F7ED3F
Complementary color
Monochromatic Colors of #F7ED3F
Black with #F7ED3F
Text Example
Text Example
White with #F7ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED3F; }
p { color: rgb(247,237,63); }
H1.HeaderClassName
{
color: #F7ED3F;
}
.AnyTagClassName
{
color: #F7ED3F;
}
</style>
background-color css
<style>
a { background-color: #F7ED3F; }
a { background-color: rgb(247,237,63); }
div.DivClassName
{
background-color: #F7ED3F;
}
.BgClassName
{
background-color: #F7ED3F;
}
</style>
border-color css
<style>
span { border-color: #F7ED3F; }
span { border-color: rgb(247,237,63); }
td.TdClassName
{
border-color: #F7ED3F;
}
.TagClassName
{
border-color: #F7ED3F;
}
</style>