Shades of Gorse #F9EC3D
Tints of Gorse #F9EC3D
RGB
CMYK
RGB Variations
Color information
#F9EC3D (or 0xF9EC3D) is known color: Gorse. HEX triplet: F9, EC and 3D. RGB value is (249,236,61). Sum of RGB (Red+Green+Blue) = 249+236+61=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 61 (24.22% from 255 or 11.17% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EC3D is #0613C2. Grayscale: #DCDCDC. Windows color (decimal): -398275 or 4058361. OLE color: 4058361.
HSL color Cylindrical-coordinate representation of color #F9EC3D: hue angle of 55.85º 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 #F9EC3D is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 61 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.02 |
| HSL | 55.85º | 0.94% | 0.61% | - |
| HSV(B) | 55.85º | 0.76% | 0.98% | - |
| XYZ | 69.9 | 80.47 | 16.26 | - |
| YUV | 219.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 61 | 0 | 0.05 | 0.76 | 0.02 | 55.85 | 0.94 | 0.61 |
| Hex | F9 | EC | 3D | 0 | 5 | 4C | 2 | 38 | 5E | 3D |
| Octal | 371 | 354 | 75 | 0 | 5 | 114 | 2 | 70 | 136 | 75 |
| Binary | 11111001 | 11101100 | 111101 | 0 | 101 | 1001100 | 10 | 111000 | 1011110 | 111101 |
Color Harmonies of #F9EC3D
Complementary color
Monochromatic Colors of #F9EC3D
Black with #F9EC3D
Text Example
Text Example
White with #F9EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC3D; }
p { color: rgb(249,236,61); }
H1.HeaderClassName
{
color: #F9EC3D;
}
.AnyTagClassName
{
color: #F9EC3D;
}
</style>
background-color css
<style>
a { background-color: #F9EC3D; }
a { background-color: rgb(249,236,61); }
div.DivClassName
{
background-color: #F9EC3D;
}
.BgClassName
{
background-color: #F9EC3D;
}
</style>
border-color css
<style>
span { border-color: #F9EC3D; }
span { border-color: rgb(249,236,61); }
td.TdClassName
{
border-color: #F9EC3D;
}
.TagClassName
{
border-color: #F9EC3D;
}
</style>