Shades of Gorse #F7F42D
Tints of Gorse #F7F42D
RGB
CMYK
RGB Variations
Color information
#F7F42D (or 0xF7F42D) is known color: Gorse. HEX triplet: F7, F4 and 2D. RGB value is (247,244,45). Sum of RGB (Red+Green+Blue) = 247+244+45=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 45 (17.97% from 255 or 8.40% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F42D is #080BD2. Grayscale: #DFDFDF. Windows color (decimal): -527315 or 3011831. OLE color: 3011831.
HSL color Cylindrical-coordinate representation of color #F7F42D: hue angle of 59.11º 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 #F7F42D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 244 | 45 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.03 |
| HSL | 59.11º | 0.93% | 0.57% | - |
| HSV(B) | 59.11º | 0.82% | 0.97% | - |
| XYZ | 71.18 | 84.66 | 15.07 | - |
| YUV | 222.21 | 27.99 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 244 | 45 | 0 | 0.01 | 0.82 | 0.03 | 59.11 | 0.93 | 0.57 |
| Hex | F7 | F4 | 2D | 0 | 1 | 52 | 3 | 3B | 5D | 39 |
| Octal | 367 | 364 | 55 | 0 | 1 | 122 | 3 | 73 | 135 | 71 |
| Binary | 11110111 | 11110100 | 101101 | 0 | 1 | 1010010 | 11 | 111011 | 1011101 | 111001 |
Color Harmonies of #F7F42D
Complementary color
Monochromatic Colors of #F7F42D
Black with #F7F42D
Text Example
Text Example
White with #F7F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F42D; }
p { color: rgb(247,244,45); }
H1.HeaderClassName
{
color: #F7F42D;
}
.AnyTagClassName
{
color: #F7F42D;
}
</style>
background-color css
<style>
a { background-color: #F7F42D; }
a { background-color: rgb(247,244,45); }
div.DivClassName
{
background-color: #F7F42D;
}
.BgClassName
{
background-color: #F7F42D;
}
</style>
border-color css
<style>
span { border-color: #F7F42D; }
span { border-color: rgb(247,244,45); }
td.TdClassName
{
border-color: #F7F42D;
}
.TagClassName
{
border-color: #F7F42D;
}
</style>