Shades of Gorse #F7F432
Tints of Gorse #F7F432
RGB
CMYK
RGB Variations
Color information
#F7F432 (or 0xF7F432) is known color: Gorse. HEX triplet: F7, F4 and 32. RGB value is (247,244,50). Sum of RGB (Red+Green+Blue) = 247+244+50=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 50 (19.92% from 255 or 9.24% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F432 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F432 is #080BCD. Grayscale: #DFDFDF. Windows color (decimal): -527310 or 3339511. OLE color: 3339511.
HSL color Cylindrical-coordinate representation of color #F7F432: hue angle of 59.09º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7F432 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 244 | 50 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.03 |
| HSL | 59.09º | 0.92% | 0.58% | - |
| HSV(B) | 59.09º | 0.8% | 0.97% | - |
| XYZ | 71.28 | 84.71 | 15.61 | - |
| YUV | 222.78 | 30.49 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 244 | 50 | 0 | 0.01 | 0.80 | 0.03 | 59.09 | 0.92 | 0.58 |
| Hex | F7 | F4 | 32 | 0 | 1 | 50 | 3 | 3B | 5C | 3A |
| Octal | 367 | 364 | 62 | 0 | 1 | 120 | 3 | 73 | 134 | 72 |
| Binary | 11110111 | 11110100 | 110010 | 0 | 1 | 1010000 | 11 | 111011 | 1011100 | 111010 |
Color Harmonies of #F7F432
Complementary color
Monochromatic Colors of #F7F432
Black with #F7F432
Text Example
Text Example
White with #F7F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F432; }
p { color: rgb(247,244,50); }
H1.HeaderClassName
{
color: #F7F432;
}
.AnyTagClassName
{
color: #F7F432;
}
</style>
background-color css
<style>
a { background-color: #F7F432; }
a { background-color: rgb(247,244,50); }
div.DivClassName
{
background-color: #F7F432;
}
.BgClassName
{
background-color: #F7F432;
}
</style>
border-color css
<style>
span { border-color: #F7F432; }
span { border-color: rgb(247,244,50); }
td.TdClassName
{
border-color: #F7F432;
}
.TagClassName
{
border-color: #F7F432;
}
</style>