Shades of Gorse #F7E72D
Tints of Gorse #F7E72D
RGB
CMYK
RGB Variations
Color information
#F7E72D (or 0xF7E72D) is known color: Gorse. HEX triplet: F7, E7 and 2D. RGB value is (247,231,45). Sum of RGB (Red+Green+Blue) = 247+231+45=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 45 (17.97% from 255 or 8.60% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E72D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7E72D is #0818D2. Grayscale: #D7D7D7. Windows color (decimal): -530643 or 3008503. OLE color: 3008503.
HSL color Cylindrical-coordinate representation of color #F7E72D: hue angle of 55.25º 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 #F7E72D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.03 |
| HSL | 55.25º | 0.93% | 0.57% | - |
| HSV(B) | 55.25º | 0.82% | 0.97% | - |
| XYZ | 67.41 | 77.12 | 13.81 | - |
| YUV | 214.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 45 | 0 | 0.06 | 0.82 | 0.03 | 55.25 | 0.93 | 0.57 |
| Hex | F7 | E7 | 2D | 0 | 6 | 52 | 3 | 37 | 5D | 39 |
| Octal | 367 | 347 | 55 | 0 | 6 | 122 | 3 | 67 | 135 | 71 |
| Binary | 11110111 | 11100111 | 101101 | 0 | 110 | 1010010 | 11 | 110111 | 1011101 | 111001 |
Color Harmonies of #F7E72D
Complementary color
Monochromatic Colors of #F7E72D
Black with #F7E72D
Text Example
Text Example
White with #F7E72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E72D; }
p { color: rgb(247,231,45); }
H1.HeaderClassName
{
color: #F7E72D;
}
.AnyTagClassName
{
color: #F7E72D;
}
</style>
background-color css
<style>
a { background-color: #F7E72D; }
a { background-color: rgb(247,231,45); }
div.DivClassName
{
background-color: #F7E72D;
}
.BgClassName
{
background-color: #F7E72D;
}
</style>
border-color css
<style>
span { border-color: #F7E72D; }
span { border-color: rgb(247,231,45); }
td.TdClassName
{
border-color: #F7E72D;
}
.TagClassName
{
border-color: #F7E72D;
}
</style>