Shades of Gorse #F7F226
Tints of Gorse #F7F226
RGB
CMYK
RGB Variations
Color information
#F7F226 (or 0xF7F226) is known color: Gorse. HEX triplet: F7, F2 and 26. RGB value is (247,242,38). Sum of RGB (Red+Green+Blue) = 247+242+38=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 38 (15.23% from 255 or 7.21% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F226 is #080DD9. Grayscale: #DDDDDD. Windows color (decimal): -527834 or 2552567. OLE color: 2552567.
HSL color Cylindrical-coordinate representation of color #F7F226: hue angle of 58.56º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7F226 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 38 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.03 |
| HSL | 58.56º | 0.93% | 0.56% | - |
| HSV(B) | 58.56º | 0.85% | 0.97% | - |
| XYZ | 70.46 | 83.42 | 14.22 | - |
| YUV | 220.24 | 25.16 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 38 | 0 | 0.02 | 0.85 | 0.03 | 58.56 | 0.93 | 0.56 |
| Hex | F7 | F2 | 26 | 0 | 2 | 55 | 3 | 3B | 5D | 38 |
| Octal | 367 | 362 | 46 | 0 | 2 | 125 | 3 | 73 | 135 | 70 |
| Binary | 11110111 | 11110010 | 100110 | 0 | 10 | 1010101 | 11 | 111011 | 1011101 | 111000 |
Color Harmonies of #F7F226
Complementary color
Monochromatic Colors of #F7F226
Black with #F7F226
Text Example
Text Example
White with #F7F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F226; }
p { color: rgb(247,242,38); }
H1.HeaderClassName
{
color: #F7F226;
}
.AnyTagClassName
{
color: #F7F226;
}
</style>
background-color css
<style>
a { background-color: #F7F226; }
a { background-color: rgb(247,242,38); }
div.DivClassName
{
background-color: #F7F226;
}
.BgClassName
{
background-color: #F7F226;
}
</style>
border-color css
<style>
span { border-color: #F7F226; }
span { border-color: rgb(247,242,38); }
td.TdClassName
{
border-color: #F7F226;
}
.TagClassName
{
border-color: #F7F226;
}
</style>