Shades of Gorse #F5E035
Tints of Gorse #F5E035
RGB
CMYK
RGB Variations
Color information
#F5E035 (or 0xF5E035) is known color: Gorse. HEX triplet: F5, E0 and 35. RGB value is (245,224,53). Sum of RGB (Red+Green+Blue) = 245+224+53=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 53 (21.09% from 255 or 10.15% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E035 is #0A1FCA. Grayscale: #D3D3D3. Windows color (decimal): -663499 or 3530997. OLE color: 3530997.
HSL color Cylindrical-coordinate representation of color #F5E035: hue angle of 53.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5E035 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 53 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.04 |
| HSL | 53.44º | 0.91% | 0.58% | - |
| HSV(B) | 53.44º | 0.78% | 0.96% | - |
| XYZ | 64.95 | 72.98 | 14.03 | - |
| YUV | 210.79 | 38.96 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 53 | 0 | 0.09 | 0.78 | 0.04 | 53.44 | 0.91 | 0.58 |
| Hex | F5 | E0 | 35 | 0 | 9 | 4E | 4 | 35 | 5B | 3A |
| Octal | 365 | 340 | 65 | 0 | 11 | 116 | 4 | 65 | 133 | 72 |
| Binary | 11110101 | 11100000 | 110101 | 0 | 1001 | 1001110 | 100 | 110101 | 1011011 | 111010 |
Color Harmonies of #F5E035
Complementary color
Monochromatic Colors of #F5E035
Black with #F5E035
Text Example
Text Example
White with #F5E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E035; }
p { color: rgb(245,224,53); }
H1.HeaderClassName
{
color: #F5E035;
}
.AnyTagClassName
{
color: #F5E035;
}
</style>
background-color css
<style>
a { background-color: #F5E035; }
a { background-color: rgb(245,224,53); }
div.DivClassName
{
background-color: #F5E035;
}
.BgClassName
{
background-color: #F5E035;
}
</style>
border-color css
<style>
span { border-color: #F5E035; }
span { border-color: rgb(245,224,53); }
td.TdClassName
{
border-color: #F5E035;
}
.TagClassName
{
border-color: #F5E035;
}
</style>