Shades of Gorse #F5DC3E
Tints of Gorse #F5DC3E
RGB
CMYK
RGB Variations
Color information
#F5DC3E (or 0xF5DC3E) is known color: Gorse. HEX triplet: F5, DC and 3E. RGB value is (245,220,62). Sum of RGB (Red+Green+Blue) = 245+220+62=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC3E is #0A23C1. Grayscale: #D2D2D2. Windows color (decimal): -664514 or 4119797. OLE color: 4119797.
HSL color Cylindrical-coordinate representation of color #F5DC3E: hue angle of 51.8º 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 #F5DC3E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 62 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.04 |
| HSL | 51.8º | 0.9% | 0.6% | - |
| HSV(B) | 51.8º | 0.75% | 0.96% | - |
| XYZ | 64.12 | 70.95 | 14.87 | - |
| YUV | 209.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 62 | 0 | 0.10 | 0.75 | 0.04 | 51.8 | 0.9 | 0.6 |
| Hex | F5 | DC | 3E | 0 | A | 4B | 4 | 34 | 5A | 3C |
| Octal | 365 | 334 | 76 | 0 | 12 | 113 | 4 | 64 | 132 | 74 |
| Binary | 11110101 | 11011100 | 111110 | 0 | 1010 | 1001011 | 100 | 110100 | 1011010 | 111100 |
Color Harmonies of #F5DC3E
Complementary color
Monochromatic Colors of #F5DC3E
Black with #F5DC3E
Text Example
Text Example
White with #F5DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC3E; }
p { color: rgb(245,220,62); }
H1.HeaderClassName
{
color: #F5DC3E;
}
.AnyTagClassName
{
color: #F5DC3E;
}
</style>
background-color css
<style>
a { background-color: #F5DC3E; }
a { background-color: rgb(245,220,62); }
div.DivClassName
{
background-color: #F5DC3E;
}
.BgClassName
{
background-color: #F5DC3E;
}
</style>
border-color css
<style>
span { border-color: #F5DC3E; }
span { border-color: rgb(245,220,62); }
td.TdClassName
{
border-color: #F5DC3E;
}
.TagClassName
{
border-color: #F5DC3E;
}
</style>