Shades of Gorse #F5E62D
Tints of Gorse #F5E62D
RGB
CMYK
RGB Variations
Color information
#F5E62D (or 0xF5E62D) is known color: Gorse. HEX triplet: F5, E6 and 2D. RGB value is (245,230,45). Sum of RGB (Red+Green+Blue) = 245+230+45=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E62D is #0A19D2. Grayscale: #D6D6D6. Windows color (decimal): -661971 or 3008245. OLE color: 3008245.
HSL color Cylindrical-coordinate representation of color #F5E62D: hue angle of 55.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5E62D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.04 |
| HSL | 55.5º | 0.91% | 0.57% | - |
| HSV(B) | 55.5º | 0.82% | 0.96% | - |
| XYZ | 66.43 | 76.2 | 13.69 | - |
| YUV | 213.4 | 32.97 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 45 | 0 | 0.06 | 0.82 | 0.04 | 55.5 | 0.91 | 0.57 |
| Hex | F5 | E6 | 2D | 0 | 6 | 52 | 4 | 38 | 5B | 39 |
| Octal | 365 | 346 | 55 | 0 | 6 | 122 | 4 | 70 | 133 | 71 |
| Binary | 11110101 | 11100110 | 101101 | 0 | 110 | 1010010 | 100 | 111000 | 1011011 | 111001 |
Color Harmonies of #F5E62D
Complementary color
Monochromatic Colors of #F5E62D
Black with #F5E62D
Text Example
Text Example
White with #F5E62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E62D; }
p { color: rgb(245,230,45); }
H1.HeaderClassName
{
color: #F5E62D;
}
.AnyTagClassName
{
color: #F5E62D;
}
</style>
background-color css
<style>
a { background-color: #F5E62D; }
a { background-color: rgb(245,230,45); }
div.DivClassName
{
background-color: #F5E62D;
}
.BgClassName
{
background-color: #F5E62D;
}
</style>
border-color css
<style>
span { border-color: #F5E62D; }
span { border-color: rgb(245,230,45); }
td.TdClassName
{
border-color: #F5E62D;
}
.TagClassName
{
border-color: #F5E62D;
}
</style>