Shades of Gorse #F5E63F
Tints of Gorse #F5E63F
RGB
CMYK
RGB Variations
Color information
#F5E63F (or 0xF5E63F) is known color: Gorse. HEX triplet: F5, E6 and 3F. RGB value is (245,230,63). Sum of RGB (Red+Green+Blue) = 245+230+63=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E63F is #0A19C0. Grayscale: #D8D8D8. Windows color (decimal): -661953 or 4187893. OLE color: 4187893.
HSL color Cylindrical-coordinate representation of color #F5E63F: hue angle of 55.05º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5E63F is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 63 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.04 |
| HSL | 55.05º | 0.9% | 0.6% | - |
| HSV(B) | 55.05º | 0.74% | 0.96% | - |
| XYZ | 66.85 | 76.36 | 15.92 | - |
| YUV | 215.45 | 41.97 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 63 | 0 | 0.06 | 0.74 | 0.04 | 55.05 | 0.9 | 0.6 |
| Hex | F5 | E6 | 3F | 0 | 6 | 4A | 4 | 37 | 5A | 3C |
| Octal | 365 | 346 | 77 | 0 | 6 | 112 | 4 | 67 | 132 | 74 |
| Binary | 11110101 | 11100110 | 111111 | 0 | 110 | 1001010 | 100 | 110111 | 1011010 | 111100 |
Color Harmonies of #F5E63F
Complementary color
Monochromatic Colors of #F5E63F
Black with #F5E63F
Text Example
Text Example
White with #F5E63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E63F; }
p { color: rgb(245,230,63); }
H1.HeaderClassName
{
color: #F5E63F;
}
.AnyTagClassName
{
color: #F5E63F;
}
</style>
background-color css
<style>
a { background-color: #F5E63F; }
a { background-color: rgb(245,230,63); }
div.DivClassName
{
background-color: #F5E63F;
}
.BgClassName
{
background-color: #F5E63F;
}
</style>
border-color css
<style>
span { border-color: #F5E63F; }
span { border-color: rgb(245,230,63); }
td.TdClassName
{
border-color: #F5E63F;
}
.TagClassName
{
border-color: #F5E63F;
}
</style>