Shades of Gorse #F5F130
Tints of Gorse #F5F130
RGB
CMYK
RGB Variations
Color information
#F5F130 (or 0xF5F130) is known color: Gorse. HEX triplet: F5, F1 and 30. RGB value is (245,241,48). Sum of RGB (Red+Green+Blue) = 245+241+48=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F130 is #0A0ECF. Grayscale: #DCDCDC. Windows color (decimal): -659152 or 3207669. OLE color: 3207669.
HSL color Cylindrical-coordinate representation of color #F5F130: hue angle of 58.78º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5F130 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 48 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.04 |
| HSL | 58.78º | 0.91% | 0.57% | - |
| HSV(B) | 58.78º | 0.8% | 0.96% | - |
| XYZ | 69.64 | 82.54 | 15.06 | - |
| YUV | 220.19 | 30.83 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 48 | 0 | 0.02 | 0.80 | 0.04 | 58.78 | 0.91 | 0.57 |
| Hex | F5 | F1 | 30 | 0 | 2 | 50 | 4 | 3B | 5B | 39 |
| Octal | 365 | 361 | 60 | 0 | 2 | 120 | 4 | 73 | 133 | 71 |
| Binary | 11110101 | 11110001 | 110000 | 0 | 10 | 1010000 | 100 | 111011 | 1011011 | 111001 |
Color Harmonies of #F5F130
Complementary color
Monochromatic Colors of #F5F130
Black with #F5F130
Text Example
Text Example
White with #F5F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F130; }
p { color: rgb(245,241,48); }
H1.HeaderClassName
{
color: #F5F130;
}
.AnyTagClassName
{
color: #F5F130;
}
</style>
background-color css
<style>
a { background-color: #F5F130; }
a { background-color: rgb(245,241,48); }
div.DivClassName
{
background-color: #F5F130;
}
.BgClassName
{
background-color: #F5F130;
}
</style>
border-color css
<style>
span { border-color: #F5F130; }
span { border-color: rgb(245,241,48); }
td.TdClassName
{
border-color: #F5F130;
}
.TagClassName
{
border-color: #F5F130;
}
</style>