Shades of Gorse #F5DB3D
Tints of Gorse #F5DB3D
RGB
CMYK
RGB Variations
Color information
#F5DB3D (or 0xF5DB3D) is known color: Gorse. HEX triplet: F5, DB and 3D. RGB value is (245,219,61). Sum of RGB (Red+Green+Blue) = 245+219+61=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB3D is #0A24C2. Grayscale: #D1D1D1. Windows color (decimal): -664771 or 4054005. OLE color: 4054005.
HSL color Cylindrical-coordinate representation of color #F5DB3D: hue angle of 51.52º 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 #F5DB3D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 61 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.04 |
| HSL | 51.52º | 0.9% | 0.6% | - |
| HSV(B) | 51.52º | 0.75% | 0.96% | - |
| XYZ | 63.83 | 70.41 | 14.64 | - |
| YUV | 208.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 61 | 0 | 0.11 | 0.75 | 0.04 | 51.52 | 0.9 | 0.6 |
| Hex | F5 | DB | 3D | 0 | B | 4B | 4 | 34 | 5A | 3C |
| Octal | 365 | 333 | 75 | 0 | 13 | 113 | 4 | 64 | 132 | 74 |
| Binary | 11110101 | 11011011 | 111101 | 0 | 1011 | 1001011 | 100 | 110100 | 1011010 | 111100 |
Color Harmonies of #F5DB3D
Complementary color
Monochromatic Colors of #F5DB3D
Black with #F5DB3D
Text Example
Text Example
White with #F5DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB3D; }
p { color: rgb(245,219,61); }
H1.HeaderClassName
{
color: #F5DB3D;
}
.AnyTagClassName
{
color: #F5DB3D;
}
</style>
background-color css
<style>
a { background-color: #F5DB3D; }
a { background-color: rgb(245,219,61); }
div.DivClassName
{
background-color: #F5DB3D;
}
.BgClassName
{
background-color: #F5DB3D;
}
</style>
border-color css
<style>
span { border-color: #F5DB3D; }
span { border-color: rgb(245,219,61); }
td.TdClassName
{
border-color: #F5DB3D;
}
.TagClassName
{
border-color: #F5DB3D;
}
</style>