Shades of Gorse #F9E83D
Tints of Gorse #F9E83D
RGB
CMYK
RGB Variations
Color information
#F9E83D (or 0xF9E83D) is known color: Gorse. HEX triplet: F9, E8 and 3D. RGB value is (249,232,61). Sum of RGB (Red+Green+Blue) = 249+232+61=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 61 (24.22% from 255 or 11.25% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E83D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9E83D is #0617C2. Grayscale: #DADADA. Windows color (decimal): -399299 or 4057337. OLE color: 4057337.
HSL color Cylindrical-coordinate representation of color #F9E83D: hue angle of 54.57º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9E83D is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 61 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.02 |
| HSL | 54.57º | 0.94% | 0.61% | - |
| HSV(B) | 54.57º | 0.76% | 0.98% | - |
| XYZ | 68.77 | 78.19 | 15.88 | - |
| YUV | 217.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 61 | 0 | 0.07 | 0.76 | 0.02 | 54.57 | 0.94 | 0.61 |
| Hex | F9 | E8 | 3D | 0 | 7 | 4C | 2 | 37 | 5E | 3D |
| Octal | 371 | 350 | 75 | 0 | 7 | 114 | 2 | 67 | 136 | 75 |
| Binary | 11111001 | 11101000 | 111101 | 0 | 111 | 1001100 | 10 | 110111 | 1011110 | 111101 |
Color Harmonies of #F9E83D
Complementary color
Monochromatic Colors of #F9E83D
Black with #F9E83D
Text Example
Text Example
White with #F9E83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E83D; }
p { color: rgb(249,232,61); }
H1.HeaderClassName
{
color: #F9E83D;
}
.AnyTagClassName
{
color: #F9E83D;
}
</style>
background-color css
<style>
a { background-color: #F9E83D; }
a { background-color: rgb(249,232,61); }
div.DivClassName
{
background-color: #F9E83D;
}
.BgClassName
{
background-color: #F9E83D;
}
</style>
border-color css
<style>
span { border-color: #F9E83D; }
span { border-color: rgb(249,232,61); }
td.TdClassName
{
border-color: #F9E83D;
}
.TagClassName
{
border-color: #F9E83D;
}
</style>