Shades of Gorse #F5E044
Tints of Gorse #F5E044
RGB
CMYK
RGB Variations
Color information
#F5E044 (or 0xF5E044) is known color: Gorse. HEX triplet: F5, E0 and 44. RGB value is (245,224,68). Sum of RGB (Red+Green+Blue) = 245+224+68=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 68 (26.95% from 255 or 12.66% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E044 is #0A1FBB. Grayscale: #D5D5D5. Windows color (decimal): -663484 or 4514037. OLE color: 4514037.
HSL color Cylindrical-coordinate representation of color #F5E044: hue angle of 52.88º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5E044 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 68 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.04 |
| HSL | 52.88º | 0.9% | 0.61% | - |
| HSV(B) | 52.88º | 0.72% | 0.96% | - |
| XYZ | 65.36 | 73.14 | 16.14 | - |
| YUV | 212.5 | 46.46 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 68 | 0 | 0.09 | 0.72 | 0.04 | 52.88 | 0.9 | 0.61 |
| Hex | F5 | E0 | 44 | 0 | 9 | 48 | 4 | 35 | 5A | 3D |
| Octal | 365 | 340 | 104 | 0 | 11 | 110 | 4 | 65 | 132 | 75 |
| Binary | 11110101 | 11100000 | 1000100 | 0 | 1001 | 1001000 | 100 | 110101 | 1011010 | 111101 |
Color Harmonies of #F5E044
Complementary color
Monochromatic Colors of #F5E044
Black with #F5E044
Text Example
Text Example
White with #F5E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E044; }
p { color: rgb(245,224,68); }
H1.HeaderClassName
{
color: #F5E044;
}
.AnyTagClassName
{
color: #F5E044;
}
</style>
background-color css
<style>
a { background-color: #F5E044; }
a { background-color: rgb(245,224,68); }
div.DivClassName
{
background-color: #F5E044;
}
.BgClassName
{
background-color: #F5E044;
}
</style>
border-color css
<style>
span { border-color: #F5E044; }
span { border-color: rgb(245,224,68); }
td.TdClassName
{
border-color: #F5E044;
}
.TagClassName
{
border-color: #F5E044;
}
</style>