Shades of Gorse #F7F228
Tints of Gorse #F7F228
RGB
CMYK
RGB Variations
Color information
#F7F228 (or 0xF7F228) is known color: Gorse. HEX triplet: F7, F2 and 28. RGB value is (247,242,40). Sum of RGB (Red+Green+Blue) = 247+242+40=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 40 (16.02% from 255 or 7.56% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F228 is #080DD7. Grayscale: #DDDDDD. Windows color (decimal): -527832 or 2683639. OLE color: 2683639.
HSL color Cylindrical-coordinate representation of color #F7F228: hue angle of 58.55º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7F228 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 40 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.03 |
| HSL | 58.55º | 0.93% | 0.56% | - |
| HSV(B) | 58.55º | 0.84% | 0.97% | - |
| XYZ | 70.49 | 83.43 | 14.4 | - |
| YUV | 220.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 40 | 0 | 0.02 | 0.84 | 0.03 | 58.55 | 0.93 | 0.56 |
| Hex | F7 | F2 | 28 | 0 | 2 | 54 | 3 | 3B | 5D | 38 |
| Octal | 367 | 362 | 50 | 0 | 2 | 124 | 3 | 73 | 135 | 70 |
| Binary | 11110111 | 11110010 | 101000 | 0 | 10 | 1010100 | 11 | 111011 | 1011101 | 111000 |
Color Harmonies of #F7F228
Complementary color
Monochromatic Colors of #F7F228
Black with #F7F228
Text Example
Text Example
White with #F7F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F228; }
p { color: rgb(247,242,40); }
H1.HeaderClassName
{
color: #F7F228;
}
.AnyTagClassName
{
color: #F7F228;
}
</style>
background-color css
<style>
a { background-color: #F7F228; }
a { background-color: rgb(247,242,40); }
div.DivClassName
{
background-color: #F7F228;
}
.BgClassName
{
background-color: #F7F228;
}
</style>
border-color css
<style>
span { border-color: #F7F228; }
span { border-color: rgb(247,242,40); }
td.TdClassName
{
border-color: #F7F228;
}
.TagClassName
{
border-color: #F7F228;
}
</style>