Shades of Gorse #F9E43D
Tints of Gorse #F9E43D
RGB
CMYK
RGB Variations
Color information
#F9E43D (or 0xF9E43D) is known color: Gorse. HEX triplet: F9, E4 and 3D. RGB value is (249,228,61). Sum of RGB (Red+Green+Blue) = 249+228+61=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E43D is #061BC2. Grayscale: #D7D7D7. Windows color (decimal): -400323 or 4056313. OLE color: 4056313.
HSL color Cylindrical-coordinate representation of color #F9E43D: hue angle of 53.3º 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 #F9E43D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 61 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.02 |
| HSL | 53.3º | 0.94% | 0.61% | - |
| HSV(B) | 53.3º | 0.76% | 0.98% | - |
| XYZ | 67.65 | 75.96 | 15.51 | - |
| YUV | 215.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 61 | 0 | 0.08 | 0.76 | 0.02 | 53.3 | 0.94 | 0.61 |
| Hex | F9 | E4 | 3D | 0 | 8 | 4C | 2 | 35 | 5E | 3D |
| Octal | 371 | 344 | 75 | 0 | 10 | 114 | 2 | 65 | 136 | 75 |
| Binary | 11111001 | 11100100 | 111101 | 0 | 1000 | 1001100 | 10 | 110101 | 1011110 | 111101 |
Color Harmonies of #F9E43D
Complementary color
Monochromatic Colors of #F9E43D
Black with #F9E43D
Text Example
Text Example
White with #F9E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E43D; }
p { color: rgb(249,228,61); }
H1.HeaderClassName
{
color: #F9E43D;
}
.AnyTagClassName
{
color: #F9E43D;
}
</style>
background-color css
<style>
a { background-color: #F9E43D; }
a { background-color: rgb(249,228,61); }
div.DivClassName
{
background-color: #F9E43D;
}
.BgClassName
{
background-color: #F9E43D;
}
</style>
border-color css
<style>
span { border-color: #F9E43D; }
span { border-color: rgb(249,228,61); }
td.TdClassName
{
border-color: #F9E43D;
}
.TagClassName
{
border-color: #F9E43D;
}
</style>