Shades of Gorse #F5E133
Tints of Gorse #F5E133
RGB
CMYK
RGB Variations
Color information
#F5E133 (or 0xF5E133) is known color: Gorse. HEX triplet: F5, E1 and 33. RGB value is (245,225,51). Sum of RGB (Red+Green+Blue) = 245+225+51=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 51 (20.31% from 255 or 9.79% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E133 is #0A1ECC. Grayscale: #D3D3D3. Windows color (decimal): -663245 or 3400181. OLE color: 3400181.
HSL color Cylindrical-coordinate representation of color #F5E133: hue angle of 53.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5E133 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 51 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.04 |
| HSL | 53.81º | 0.91% | 0.58% | - |
| HSV(B) | 53.81º | 0.79% | 0.96% | - |
| XYZ | 65.18 | 73.5 | 13.88 | - |
| YUV | 211.14 | 37.63 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 51 | 0 | 0.08 | 0.79 | 0.04 | 53.81 | 0.91 | 0.58 |
| Hex | F5 | E1 | 33 | 0 | 8 | 4F | 4 | 36 | 5B | 3A |
| Octal | 365 | 341 | 63 | 0 | 10 | 117 | 4 | 66 | 133 | 72 |
| Binary | 11110101 | 11100001 | 110011 | 0 | 1000 | 1001111 | 100 | 110110 | 1011011 | 111010 |
Color Harmonies of #F5E133
Complementary color
Monochromatic Colors of #F5E133
Black with #F5E133
Text Example
Text Example
White with #F5E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E133; }
p { color: rgb(245,225,51); }
H1.HeaderClassName
{
color: #F5E133;
}
.AnyTagClassName
{
color: #F5E133;
}
</style>
background-color css
<style>
a { background-color: #F5E133; }
a { background-color: rgb(245,225,51); }
div.DivClassName
{
background-color: #F5E133;
}
.BgClassName
{
background-color: #F5E133;
}
</style>
border-color css
<style>
span { border-color: #F5E133; }
span { border-color: rgb(245,225,51); }
td.TdClassName
{
border-color: #F5E133;
}
.TagClassName
{
border-color: #F5E133;
}
</style>