Shades of Gorse #F7ED34
Tints of Gorse #F7ED34
RGB
CMYK
RGB Variations
Color information
#F7ED34 (or 0xF7ED34) is known color: Gorse. HEX triplet: F7, ED and 34. RGB value is (247,237,52). Sum of RGB (Red+Green+Blue) = 247+237+52=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 52 (20.70% from 255 or 9.70% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7ED34 is #0812CB. Grayscale: #DBDBDB. Windows color (decimal): -529100 or 3468791. OLE color: 3468791.
HSL color Cylindrical-coordinate representation of color #F7ED34: hue angle of 56.92º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7ED34 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 52 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.03 |
| HSL | 56.92º | 0.92% | 0.59% | - |
| HSV(B) | 56.92º | 0.79% | 0.97% | - |
| XYZ | 69.26 | 80.59 | 15.15 | - |
| YUV | 218.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 52 | 0 | 0.04 | 0.79 | 0.03 | 56.92 | 0.92 | 0.59 |
| Hex | F7 | ED | 34 | 0 | 4 | 4F | 3 | 39 | 5C | 3B |
| Octal | 367 | 355 | 64 | 0 | 4 | 117 | 3 | 71 | 134 | 73 |
| Binary | 11110111 | 11101101 | 110100 | 0 | 100 | 1001111 | 11 | 111001 | 1011100 | 111011 |
Color Harmonies of #F7ED34
Complementary color
Monochromatic Colors of #F7ED34
Black with #F7ED34
Text Example
Text Example
White with #F7ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED34; }
p { color: rgb(247,237,52); }
H1.HeaderClassName
{
color: #F7ED34;
}
.AnyTagClassName
{
color: #F7ED34;
}
</style>
background-color css
<style>
a { background-color: #F7ED34; }
a { background-color: rgb(247,237,52); }
div.DivClassName
{
background-color: #F7ED34;
}
.BgClassName
{
background-color: #F7ED34;
}
</style>
border-color css
<style>
span { border-color: #F7ED34; }
span { border-color: rgb(247,237,52); }
td.TdClassName
{
border-color: #F7ED34;
}
.TagClassName
{
border-color: #F7ED34;
}
</style>