Shades of Gorse #F9E133
Tints of Gorse #F9E133
RGB
CMYK
RGB Variations
Color information
#F9E133 (or 0xF9E133) is known color: Gorse. HEX triplet: F9, E1 and 33. RGB value is (249,225,51). Sum of RGB (Red+Green+Blue) = 249+225+51=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E133 is #061ECC. Grayscale: #D5D5D5. Windows color (decimal): -401101 or 3400185. OLE color: 3400185.
HSL color Cylindrical-coordinate representation of color #F9E133: hue angle of 52.73º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9E133 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 51 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.02 |
| HSL | 52.73º | 0.94% | 0.59% | - |
| HSV(B) | 52.73º | 0.8% | 0.98% | - |
| XYZ | 66.59 | 74.23 | 13.95 | - |
| YUV | 212.34 | 36.95 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 51 | 0 | 0.10 | 0.80 | 0.02 | 52.73 | 0.94 | 0.59 |
| Hex | F9 | E1 | 33 | 0 | A | 50 | 2 | 35 | 5E | 3B |
| Octal | 371 | 341 | 63 | 0 | 12 | 120 | 2 | 65 | 136 | 73 |
| Binary | 11111001 | 11100001 | 110011 | 0 | 1010 | 1010000 | 10 | 110101 | 1011110 | 111011 |
Color Harmonies of #F9E133
Complementary color
Monochromatic Colors of #F9E133
Black with #F9E133
Text Example
Text Example
White with #F9E133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E133; }
p { color: rgb(249,225,51); }
H1.HeaderClassName
{
color: #F9E133;
}
.AnyTagClassName
{
color: #F9E133;
}
</style>
background-color css
<style>
a { background-color: #F9E133; }
a { background-color: rgb(249,225,51); }
div.DivClassName
{
background-color: #F9E133;
}
.BgClassName
{
background-color: #F9E133;
}
</style>
border-color css
<style>
span { border-color: #F9E133; }
span { border-color: rgb(249,225,51); }
td.TdClassName
{
border-color: #F9E133;
}
.TagClassName
{
border-color: #F9E133;
}
</style>