Shades of Gorse #F7ED2C
Tints of Gorse #F7ED2C
RGB
CMYK
RGB Variations
Color information
#F7ED2C (or 0xF7ED2C) is known color: Gorse. HEX triplet: F7, ED and 2C. RGB value is (247,237,44). Sum of RGB (Red+Green+Blue) = 247+237+44=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 44 (17.58% from 255 or 8.33% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7ED2C is #0812D3. Grayscale: #DADADA. Windows color (decimal): -529108 or 2944503. OLE color: 2944503.
HSL color Cylindrical-coordinate representation of color #F7ED2C: hue angle of 57.04º 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 #F7ED2C is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 44 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.03 |
| HSL | 57.04º | 0.93% | 0.57% | - |
| HSV(B) | 57.04º | 0.82% | 0.97% | - |
| XYZ | 69.1 | 80.52 | 14.28 | - |
| YUV | 217.99 | 29.81 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 44 | 0 | 0.04 | 0.82 | 0.03 | 57.04 | 0.93 | 0.57 |
| Hex | F7 | ED | 2C | 0 | 4 | 52 | 3 | 39 | 5D | 39 |
| Octal | 367 | 355 | 54 | 0 | 4 | 122 | 3 | 71 | 135 | 71 |
| Binary | 11110111 | 11101101 | 101100 | 0 | 100 | 1010010 | 11 | 111001 | 1011101 | 111001 |
Color Harmonies of #F7ED2C
Complementary color
Monochromatic Colors of #F7ED2C
Black with #F7ED2C
Text Example
Text Example
White with #F7ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED2C; }
p { color: rgb(247,237,44); }
H1.HeaderClassName
{
color: #F7ED2C;
}
.AnyTagClassName
{
color: #F7ED2C;
}
</style>
background-color css
<style>
a { background-color: #F7ED2C; }
a { background-color: rgb(247,237,44); }
div.DivClassName
{
background-color: #F7ED2C;
}
.BgClassName
{
background-color: #F7ED2C;
}
</style>
border-color css
<style>
span { border-color: #F7ED2C; }
span { border-color: rgb(247,237,44); }
td.TdClassName
{
border-color: #F7ED2C;
}
.TagClassName
{
border-color: #F7ED2C;
}
</style>