Shades of Gorse #F7F328
Tints of Gorse #F7F328
RGB
CMYK
RGB Variations
Color information
#F7F328 (or 0xF7F328) is known color: Gorse. HEX triplet: F7, F3 and 28. RGB value is (247,243,40). Sum of RGB (Red+Green+Blue) = 247+243+40=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 40 (16.02% from 255 or 7.55% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F328 is #080CD7. Grayscale: #DDDDDD. Windows color (decimal): -527576 or 2683895. OLE color: 2683895.
HSL color Cylindrical-coordinate representation of color #F7F328: hue angle of 58.84º 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 #F7F328 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 243 | 40 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.03 |
| HSL | 58.84º | 0.93% | 0.56% | - |
| HSV(B) | 58.84º | 0.84% | 0.97% | - |
| XYZ | 70.79 | 84.03 | 14.5 | - |
| YUV | 221.05 | 25.83 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 243 | 40 | 0 | 0.02 | 0.84 | 0.03 | 58.84 | 0.93 | 0.56 |
| Hex | F7 | F3 | 28 | 0 | 2 | 54 | 3 | 3B | 5D | 38 |
| Octal | 367 | 363 | 50 | 0 | 2 | 124 | 3 | 73 | 135 | 70 |
| Binary | 11110111 | 11110011 | 101000 | 0 | 10 | 1010100 | 11 | 111011 | 1011101 | 111000 |
Color Harmonies of #F7F328
Complementary color
Monochromatic Colors of #F7F328
Black with #F7F328
Text Example
Text Example
White with #F7F328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F328; }
p { color: rgb(247,243,40); }
H1.HeaderClassName
{
color: #F7F328;
}
.AnyTagClassName
{
color: #F7F328;
}
</style>
background-color css
<style>
a { background-color: #F7F328; }
a { background-color: rgb(247,243,40); }
div.DivClassName
{
background-color: #F7F328;
}
.BgClassName
{
background-color: #F7F328;
}
</style>
border-color css
<style>
span { border-color: #F7F328; }
span { border-color: rgb(247,243,40); }
td.TdClassName
{
border-color: #F7F328;
}
.TagClassName
{
border-color: #F7F328;
}
</style>