Shades of Gorse #F5D939
Tints of Gorse #F5D939
RGB
CMYK
RGB Variations
Color information
#F5D939 (or 0xF5D939) is known color: Gorse. HEX triplet: F5, D9 and 39. RGB value is (245,217,57). Sum of RGB (Red+Green+Blue) = 245+217+57=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 57 (22.66% from 255 or 10.98% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D939 is #0A26C6. Grayscale: #CFCFCF. Windows color (decimal): -665287 or 3791349. OLE color: 3791349.
HSL color Cylindrical-coordinate representation of color #F5D939: hue angle of 51.06º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5D939 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 57 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.04 |
| HSL | 51.06º | 0.9% | 0.59% | - |
| HSV(B) | 51.06º | 0.77% | 0.96% | - |
| XYZ | 63.21 | 69.33 | 13.92 | - |
| YUV | 207.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 57 | 0 | 0.11 | 0.77 | 0.04 | 51.06 | 0.9 | 0.59 |
| Hex | F5 | D9 | 39 | 0 | B | 4D | 4 | 33 | 5A | 3B |
| Octal | 365 | 331 | 71 | 0 | 13 | 115 | 4 | 63 | 132 | 73 |
| Binary | 11110101 | 11011001 | 111001 | 0 | 1011 | 1001101 | 100 | 110011 | 1011010 | 111011 |
Color Harmonies of #F5D939
Complementary color
Monochromatic Colors of #F5D939
Black with #F5D939
Text Example
Text Example
White with #F5D939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D939; }
p { color: rgb(245,217,57); }
H1.HeaderClassName
{
color: #F5D939;
}
.AnyTagClassName
{
color: #F5D939;
}
</style>
background-color css
<style>
a { background-color: #F5D939; }
a { background-color: rgb(245,217,57); }
div.DivClassName
{
background-color: #F5D939;
}
.BgClassName
{
background-color: #F5D939;
}
</style>
border-color css
<style>
span { border-color: #F5D939; }
span { border-color: rgb(245,217,57); }
td.TdClassName
{
border-color: #F5D939;
}
.TagClassName
{
border-color: #F5D939;
}
</style>