Shades of Gorse #F7E542
Tints of Gorse #F7E542
RGB
CMYK
RGB Variations
Color information
#F7E542 (or 0xF7E542) is known color: Gorse. HEX triplet: F7, E5 and 42. RGB value is (247,229,66). Sum of RGB (Red+Green+Blue) = 247+229+66=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7E542 is #081ABD. Grayscale: #D8D8D8. Windows color (decimal): -531134 or 4384247. OLE color: 4384247.
HSL color Cylindrical-coordinate representation of color #F7E542: hue angle of 54.03º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F7E542 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 229 | 66 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.03 |
| HSL | 54.03º | 0.92% | 0.61% | - |
| HSV(B) | 54.03º | 0.73% | 0.97% | - |
| XYZ | 67.36 | 76.21 | 16.31 | - |
| YUV | 215.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 229 | 66 | 0 | 0.07 | 0.73 | 0.03 | 54.03 | 0.92 | 0.61 |
| Hex | F7 | E5 | 42 | 0 | 7 | 49 | 3 | 36 | 5C | 3D |
| Octal | 367 | 345 | 102 | 0 | 7 | 111 | 3 | 66 | 134 | 75 |
| Binary | 11110111 | 11100101 | 1000010 | 0 | 111 | 1001001 | 11 | 110110 | 1011100 | 111101 |
Color Harmonies of #F7E542
Complementary color
Monochromatic Colors of #F7E542
Black with #F7E542
Text Example
Text Example
White with #F7E542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E542; }
p { color: rgb(247,229,66); }
H1.HeaderClassName
{
color: #F7E542;
}
.AnyTagClassName
{
color: #F7E542;
}
</style>
background-color css
<style>
a { background-color: #F7E542; }
a { background-color: rgb(247,229,66); }
div.DivClassName
{
background-color: #F7E542;
}
.BgClassName
{
background-color: #F7E542;
}
</style>
border-color css
<style>
span { border-color: #F7E542; }
span { border-color: rgb(247,229,66); }
td.TdClassName
{
border-color: #F7E542;
}
.TagClassName
{
border-color: #F7E542;
}
</style>