Shades of Gorse #F9E12D
Tints of Gorse #F9E12D
RGB
CMYK
RGB Variations
Color information
#F9E12D (or 0xF9E12D) is known color: Gorse. HEX triplet: F9, E1 and 2D. RGB value is (249,225,45). Sum of RGB (Red+Green+Blue) = 249+225+45=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E12D is #061ED2. Grayscale: #D4D4D4. Windows color (decimal): -401107 or 3006969. OLE color: 3006969.
HSL color Cylindrical-coordinate representation of color #F9E12D: hue angle of 52.94º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9E12D is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 45 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.02 |
| HSL | 52.94º | 0.94% | 0.58% | - |
| HSV(B) | 52.94º | 0.82% | 0.98% | - |
| XYZ | 66.47 | 74.18 | 13.3 | - |
| YUV | 211.66 | 33.95 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 45 | 0 | 0.10 | 0.82 | 0.02 | 52.94 | 0.94 | 0.58 |
| Hex | F9 | E1 | 2D | 0 | A | 52 | 2 | 35 | 5E | 3A |
| Octal | 371 | 341 | 55 | 0 | 12 | 122 | 2 | 65 | 136 | 72 |
| Binary | 11111001 | 11100001 | 101101 | 0 | 1010 | 1010010 | 10 | 110101 | 1011110 | 111010 |
Color Harmonies of #F9E12D
Complementary color
Monochromatic Colors of #F9E12D
Black with #F9E12D
Text Example
Text Example
White with #F9E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E12D; }
p { color: rgb(249,225,45); }
H1.HeaderClassName
{
color: #F9E12D;
}
.AnyTagClassName
{
color: #F9E12D;
}
</style>
background-color css
<style>
a { background-color: #F9E12D; }
a { background-color: rgb(249,225,45); }
div.DivClassName
{
background-color: #F9E12D;
}
.BgClassName
{
background-color: #F9E12D;
}
</style>
border-color css
<style>
span { border-color: #F9E12D; }
span { border-color: rgb(249,225,45); }
td.TdClassName
{
border-color: #F9E12D;
}
.TagClassName
{
border-color: #F9E12D;
}
</style>