Shades of Gorse #F5DB3E
Tints of Gorse #F5DB3E
RGB
CMYK
RGB Variations
Color information
#F5DB3E (or 0xF5DB3E) is known color: Gorse. HEX triplet: F5, DB and 3E. RGB value is (245,219,62). Sum of RGB (Red+Green+Blue) = 245+219+62=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 62 (24.61% from 255 or 11.79% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB3E is #0A24C1. Grayscale: #D1D1D1. Windows color (decimal): -664770 or 4119541. OLE color: 4119541.
HSL color Cylindrical-coordinate representation of color #F5DB3E: hue angle of 51.48º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5DB3E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 62 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.04 |
| HSL | 51.48º | 0.9% | 0.6% | - |
| HSV(B) | 51.48º | 0.75% | 0.96% | - |
| XYZ | 63.86 | 70.42 | 14.78 | - |
| YUV | 208.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 62 | 0 | 0.11 | 0.75 | 0.04 | 51.48 | 0.9 | 0.6 |
| Hex | F5 | DB | 3E | 0 | B | 4B | 4 | 33 | 5A | 3C |
| Octal | 365 | 333 | 76 | 0 | 13 | 113 | 4 | 63 | 132 | 74 |
| Binary | 11110101 | 11011011 | 111110 | 0 | 1011 | 1001011 | 100 | 110011 | 1011010 | 111100 |
Color Harmonies of #F5DB3E
Complementary color
Monochromatic Colors of #F5DB3E
Black with #F5DB3E
Text Example
Text Example
White with #F5DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB3E; }
p { color: rgb(245,219,62); }
H1.HeaderClassName
{
color: #F5DB3E;
}
.AnyTagClassName
{
color: #F5DB3E;
}
</style>
background-color css
<style>
a { background-color: #F5DB3E; }
a { background-color: rgb(245,219,62); }
div.DivClassName
{
background-color: #F5DB3E;
}
.BgClassName
{
background-color: #F5DB3E;
}
</style>
border-color css
<style>
span { border-color: #F5DB3E; }
span { border-color: rgb(245,219,62); }
td.TdClassName
{
border-color: #F5DB3E;
}
.TagClassName
{
border-color: #F5DB3E;
}
</style>