Shades of Gorse #F5E63D
Tints of Gorse #F5E63D
RGB
CMYK
RGB Variations
Color information
#F5E63D (or 0xF5E63D) is known color: Gorse. HEX triplet: F5, E6 and 3D. RGB value is (245,230,61). Sum of RGB (Red+Green+Blue) = 245+230+61=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 61 (24.22% from 255 or 11.38% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E63D is #0A19C2. Grayscale: #D7D7D7. Windows color (decimal): -661955 or 4056821. OLE color: 4056821.
HSL color Cylindrical-coordinate representation of color #F5E63D: hue angle of 55.11º 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 #F5E63D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 61 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.04 |
| HSL | 55.11º | 0.9% | 0.6% | - |
| HSV(B) | 55.11º | 0.75% | 0.96% | - |
| XYZ | 66.8 | 76.34 | 15.63 | - |
| YUV | 215.22 | 40.97 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 61 | 0 | 0.06 | 0.75 | 0.04 | 55.11 | 0.9 | 0.6 |
| Hex | F5 | E6 | 3D | 0 | 6 | 4B | 4 | 37 | 5A | 3C |
| Octal | 365 | 346 | 75 | 0 | 6 | 113 | 4 | 67 | 132 | 74 |
| Binary | 11110101 | 11100110 | 111101 | 0 | 110 | 1001011 | 100 | 110111 | 1011010 | 111100 |
Color Harmonies of #F5E63D
Complementary color
Monochromatic Colors of #F5E63D
Black with #F5E63D
Text Example
Text Example
White with #F5E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E63D; }
p { color: rgb(245,230,61); }
H1.HeaderClassName
{
color: #F5E63D;
}
.AnyTagClassName
{
color: #F5E63D;
}
</style>
background-color css
<style>
a { background-color: #F5E63D; }
a { background-color: rgb(245,230,61); }
div.DivClassName
{
background-color: #F5E63D;
}
.BgClassName
{
background-color: #F5E63D;
}
</style>
border-color css
<style>
span { border-color: #F5E63D; }
span { border-color: rgb(245,230,61); }
td.TdClassName
{
border-color: #F5E63D;
}
.TagClassName
{
border-color: #F5E63D;
}
</style>