Shades of Gorse #F5DC37
Tints of Gorse #F5DC37
RGB
CMYK
RGB Variations
Color information
#F5DC37 (or 0xF5DC37) is known color: Gorse. HEX triplet: F5, DC and 37. RGB value is (245,220,55). Sum of RGB (Red+Green+Blue) = 245+220+55=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 55 (21.88% from 255 or 10.58% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC37 is #0A23C8. Grayscale: #D1D1D1. Windows color (decimal): -664521 or 3661045. OLE color: 3661045.
HSL color Cylindrical-coordinate representation of color #F5DC37: hue angle of 52.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5DC37 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 55 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.04 |
| HSL | 52.11º | 0.9% | 0.59% | - |
| HSV(B) | 52.11º | 0.78% | 0.96% | - |
| XYZ | 63.94 | 70.87 | 13.92 | - |
| YUV | 208.67 | 41.28 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 55 | 0 | 0.10 | 0.78 | 0.04 | 52.11 | 0.9 | 0.59 |
| Hex | F5 | DC | 37 | 0 | A | 4E | 4 | 34 | 5A | 3B |
| Octal | 365 | 334 | 67 | 0 | 12 | 116 | 4 | 64 | 132 | 73 |
| Binary | 11110101 | 11011100 | 110111 | 0 | 1010 | 1001110 | 100 | 110100 | 1011010 | 111011 |
Color Harmonies of #F5DC37
Complementary color
Monochromatic Colors of #F5DC37
Black with #F5DC37
Text Example
Text Example
White with #F5DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC37; }
p { color: rgb(245,220,55); }
H1.HeaderClassName
{
color: #F5DC37;
}
.AnyTagClassName
{
color: #F5DC37;
}
</style>
background-color css
<style>
a { background-color: #F5DC37; }
a { background-color: rgb(245,220,55); }
div.DivClassName
{
background-color: #F5DC37;
}
.BgClassName
{
background-color: #F5DC37;
}
</style>
border-color css
<style>
span { border-color: #F5DC37; }
span { border-color: rgb(245,220,55); }
td.TdClassName
{
border-color: #F5DC37;
}
.TagClassName
{
border-color: #F5DC37;
}
</style>