Shades of Gorse #F9EC2A
Tints of Gorse #F9EC2A
RGB
CMYK
RGB Variations
Color information
#F9EC2A (or 0xF9EC2A) is known color: Gorse. HEX triplet: F9, EC and 2A. RGB value is (249,236,42). Sum of RGB (Red+Green+Blue) = 249+236+42=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 42 (16.80% from 255 or 7.97% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EC2A is #0613D5. Grayscale: #DADADA. Windows color (decimal): -398294 or 2813177. OLE color: 2813177.
HSL color Cylindrical-coordinate representation of color #F9EC2A: hue angle of 56.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9EC2A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 42 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.02 |
| HSL | 56.23º | 0.95% | 0.57% | - |
| HSV(B) | 56.23º | 0.83% | 0.98% | - |
| XYZ | 69.48 | 80.3 | 14.03 | - |
| YUV | 217.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 42 | 0 | 0.05 | 0.83 | 0.02 | 56.23 | 0.95 | 0.57 |
| Hex | F9 | EC | 2A | 0 | 5 | 53 | 2 | 38 | 5F | 39 |
| Octal | 371 | 354 | 52 | 0 | 5 | 123 | 2 | 70 | 137 | 71 |
| Binary | 11111001 | 11101100 | 101010 | 0 | 101 | 1010011 | 10 | 111000 | 1011111 | 111001 |
Color Harmonies of #F9EC2A
Complementary color
Monochromatic Colors of #F9EC2A
Black with #F9EC2A
Text Example
Text Example
White with #F9EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EC2A; }
p { color: rgb(249,236,42); }
H1.HeaderClassName
{
color: #F9EC2A;
}
.AnyTagClassName
{
color: #F9EC2A;
}
</style>
background-color css
<style>
a { background-color: #F9EC2A; }
a { background-color: rgb(249,236,42); }
div.DivClassName
{
background-color: #F9EC2A;
}
.BgClassName
{
background-color: #F9EC2A;
}
</style>
border-color css
<style>
span { border-color: #F9EC2A; }
span { border-color: rgb(249,236,42); }
td.TdClassName
{
border-color: #F9EC2A;
}
.TagClassName
{
border-color: #F9EC2A;
}
</style>