Shades of Gorse #F7F230
Tints of Gorse #F7F230
RGB
CMYK
RGB Variations
Color information
#F7F230 (or 0xF7F230) is known color: Gorse. HEX triplet: F7, F2 and 30. RGB value is (247,242,48). Sum of RGB (Red+Green+Blue) = 247+242+48=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 48 (19.14% from 255 or 8.94% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F230 is #080DCF. Grayscale: #DEDEDE. Windows color (decimal): -527824 or 3207927. OLE color: 3207927.
HSL color Cylindrical-coordinate representation of color #F7F230: hue angle of 58.49º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7F230 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 242 | 48 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.03 |
| HSL | 58.49º | 0.93% | 0.58% | - |
| HSV(B) | 58.49º | 0.81% | 0.97% | - |
| XYZ | 70.64 | 83.49 | 15.19 | - |
| YUV | 221.38 | 30.16 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 242 | 48 | 0 | 0.02 | 0.81 | 0.03 | 58.49 | 0.93 | 0.58 |
| Hex | F7 | F2 | 30 | 0 | 2 | 51 | 3 | 3A | 5D | 3A |
| Octal | 367 | 362 | 60 | 0 | 2 | 121 | 3 | 72 | 135 | 72 |
| Binary | 11110111 | 11110010 | 110000 | 0 | 10 | 1010001 | 11 | 111010 | 1011101 | 111010 |
Color Harmonies of #F7F230
Complementary color
Monochromatic Colors of #F7F230
Black with #F7F230
Text Example
Text Example
White with #F7F230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F230; }
p { color: rgb(247,242,48); }
H1.HeaderClassName
{
color: #F7F230;
}
.AnyTagClassName
{
color: #F7F230;
}
</style>
background-color css
<style>
a { background-color: #F7F230; }
a { background-color: rgb(247,242,48); }
div.DivClassName
{
background-color: #F7F230;
}
.BgClassName
{
background-color: #F7F230;
}
</style>
border-color css
<style>
span { border-color: #F7F230; }
span { border-color: rgb(247,242,48); }
td.TdClassName
{
border-color: #F7F230;
}
.TagClassName
{
border-color: #F7F230;
}
</style>