Shades of Gorse #F5F03D
Tints of Gorse #F5F03D
RGB
CMYK
RGB Variations
Color information
#F5F03D (or 0xF5F03D) is known color: Gorse. HEX triplet: F5, F0 and 3D. RGB value is (245,240,61). Sum of RGB (Red+Green+Blue) = 245+240+61=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 61 (24.22% from 255 or 11.17% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F03D is #0A0FC2. Grayscale: #DDDDDD. Windows color (decimal): -659395 or 4059381. OLE color: 4059381.
HSL color Cylindrical-coordinate representation of color #F5F03D: hue angle of 58.37º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5F03D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 61 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.04 |
| HSL | 58.37º | 0.9% | 0.6% | - |
| HSV(B) | 58.37º | 0.75% | 0.96% | - |
| XYZ | 69.66 | 82.07 | 16.58 | - |
| YUV | 221.09 | 37.66 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 61 | 0 | 0.02 | 0.75 | 0.04 | 58.37 | 0.9 | 0.6 |
| Hex | F5 | F0 | 3D | 0 | 2 | 4B | 4 | 3A | 5A | 3C |
| Octal | 365 | 360 | 75 | 0 | 2 | 113 | 4 | 72 | 132 | 74 |
| Binary | 11110101 | 11110000 | 111101 | 0 | 10 | 1001011 | 100 | 111010 | 1011010 | 111100 |
Color Harmonies of #F5F03D
Complementary color
Monochromatic Colors of #F5F03D
Black with #F5F03D
Text Example
Text Example
White with #F5F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F03D; }
p { color: rgb(245,240,61); }
H1.HeaderClassName
{
color: #F5F03D;
}
.AnyTagClassName
{
color: #F5F03D;
}
</style>
background-color css
<style>
a { background-color: #F5F03D; }
a { background-color: rgb(245,240,61); }
div.DivClassName
{
background-color: #F5F03D;
}
.BgClassName
{
background-color: #F5F03D;
}
</style>
border-color css
<style>
span { border-color: #F5F03D; }
span { border-color: rgb(245,240,61); }
td.TdClassName
{
border-color: #F5F03D;
}
.TagClassName
{
border-color: #F5F03D;
}
</style>