Shades of Gorse #F7F434
Tints of Gorse #F7F434
RGB
CMYK
RGB Variations
Color information
#F7F434 (or 0xF7F434) is known color: Gorse. HEX triplet: F7, F4 and 34. RGB value is (247,244,52). Sum of RGB (Red+Green+Blue) = 247+244+52=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 52 (20.70% from 255 or 9.58% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F434 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F434 is #080BCB. Grayscale: #DFDFDF. Windows color (decimal): -527308 or 3470583. OLE color: 3470583.
HSL color Cylindrical-coordinate representation of color #F7F434: hue angle of 59.08º 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 #F7F434 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 244 | 52 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.03 |
| HSL | 59.08º | 0.92% | 0.59% | - |
| HSV(B) | 59.08º | 0.79% | 0.97% | - |
| XYZ | 71.33 | 84.72 | 15.84 | - |
| YUV | 223.01 | 31.49 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 244 | 52 | 0 | 0.01 | 0.79 | 0.03 | 59.08 | 0.92 | 0.59 |
| Hex | F7 | F4 | 34 | 0 | 1 | 4F | 3 | 3B | 5C | 3B |
| Octal | 367 | 364 | 64 | 0 | 1 | 117 | 3 | 73 | 134 | 73 |
| Binary | 11110111 | 11110100 | 110100 | 0 | 1 | 1001111 | 11 | 111011 | 1011100 | 111011 |
Color Harmonies of #F7F434
Complementary color
Monochromatic Colors of #F7F434
Black with #F7F434
Text Example
Text Example
White with #F7F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F434; }
p { color: rgb(247,244,52); }
H1.HeaderClassName
{
color: #F7F434;
}
.AnyTagClassName
{
color: #F7F434;
}
</style>
background-color css
<style>
a { background-color: #F7F434; }
a { background-color: rgb(247,244,52); }
div.DivClassName
{
background-color: #F7F434;
}
.BgClassName
{
background-color: #F7F434;
}
</style>
border-color css
<style>
span { border-color: #F7F434; }
span { border-color: rgb(247,244,52); }
td.TdClassName
{
border-color: #F7F434;
}
.TagClassName
{
border-color: #F7F434;
}
</style>