Shades of Gorse #F9E13A
Tints of Gorse #F9E13A
RGB
CMYK
RGB Variations
Color information
#F9E13A (or 0xF9E13A) is known color: Gorse. HEX triplet: F9, E1 and 3A. RGB value is (249,225,58). Sum of RGB (Red+Green+Blue) = 249+225+58=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E13A is #061EC5. Grayscale: #D5D5D5. Windows color (decimal): -401094 or 3858937. OLE color: 3858937.
HSL color Cylindrical-coordinate representation of color #F9E13A: hue angle of 52.46º 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 #F9E13A is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 58 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.02 |
| HSL | 52.46º | 0.94% | 0.6% | - |
| HSV(B) | 52.46º | 0.77% | 0.98% | - |
| XYZ | 66.76 | 74.3 | 14.83 | - |
| YUV | 213.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 58 | 0 | 0.10 | 0.77 | 0.02 | 52.46 | 0.94 | 0.6 |
| Hex | F9 | E1 | 3A | 0 | A | 4D | 2 | 34 | 5E | 3C |
| Octal | 371 | 341 | 72 | 0 | 12 | 115 | 2 | 64 | 136 | 74 |
| Binary | 11111001 | 11100001 | 111010 | 0 | 1010 | 1001101 | 10 | 110100 | 1011110 | 111100 |
Color Harmonies of #F9E13A
Complementary color
Monochromatic Colors of #F9E13A
Black with #F9E13A
Text Example
Text Example
White with #F9E13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E13A; }
p { color: rgb(249,225,58); }
H1.HeaderClassName
{
color: #F9E13A;
}
.AnyTagClassName
{
color: #F9E13A;
}
</style>
background-color css
<style>
a { background-color: #F9E13A; }
a { background-color: rgb(249,225,58); }
div.DivClassName
{
background-color: #F9E13A;
}
.BgClassName
{
background-color: #F9E13A;
}
</style>
border-color css
<style>
span { border-color: #F9E13A; }
span { border-color: rgb(249,225,58); }
td.TdClassName
{
border-color: #F9E13A;
}
.TagClassName
{
border-color: #F9E13A;
}
</style>