Shades of Gorse #F9E63A
Tints of Gorse #F9E63A
RGB
CMYK
RGB Variations
Color information
#F9E63A (or 0xF9E63A) is known color: Gorse. HEX triplet: F9, E6 and 3A. RGB value is (249,230,58). Sum of RGB (Red+Green+Blue) = 249+230+58=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E63A is #0619C5. Grayscale: #D8D8D8. Windows color (decimal): -399814 or 3860217. OLE color: 3860217.
HSL color Cylindrical-coordinate representation of color #F9E63A: hue angle of 54.03º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9E63A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 58 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.02 |
| HSL | 54.03º | 0.94% | 0.6% | - |
| HSV(B) | 54.03º | 0.77% | 0.98% | - |
| XYZ | 68.13 | 77.04 | 15.28 | - |
| YUV | 216.07 | 38.79 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 58 | 0 | 0.08 | 0.77 | 0.02 | 54.03 | 0.94 | 0.6 |
| Hex | F9 | E6 | 3A | 0 | 8 | 4D | 2 | 36 | 5E | 3C |
| Octal | 371 | 346 | 72 | 0 | 10 | 115 | 2 | 66 | 136 | 74 |
| Binary | 11111001 | 11100110 | 111010 | 0 | 1000 | 1001101 | 10 | 110110 | 1011110 | 111100 |
Color Harmonies of #F9E63A
Complementary color
Monochromatic Colors of #F9E63A
Black with #F9E63A
Text Example
Text Example
White with #F9E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E63A; }
p { color: rgb(249,230,58); }
H1.HeaderClassName
{
color: #F9E63A;
}
.AnyTagClassName
{
color: #F9E63A;
}
</style>
background-color css
<style>
a { background-color: #F9E63A; }
a { background-color: rgb(249,230,58); }
div.DivClassName
{
background-color: #F9E63A;
}
.BgClassName
{
background-color: #F9E63A;
}
</style>
border-color css
<style>
span { border-color: #F9E63A; }
span { border-color: rgb(249,230,58); }
td.TdClassName
{
border-color: #F9E63A;
}
.TagClassName
{
border-color: #F9E63A;
}
</style>