Shades of Gorse #F9E326
Tints of Gorse #F9E326
RGB
CMYK
RGB Variations
Color information
#F9E326 (or 0xF9E326) is known color: Gorse. HEX triplet: F9, E3 and 26. RGB value is (249,227,38). Sum of RGB (Red+Green+Blue) = 249+227+38=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 38 (15.23% from 255 or 7.39% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E326 is #061CD9. Grayscale: #D4D4D4. Windows color (decimal): -400602 or 2548729. OLE color: 2548729.
HSL color Cylindrical-coordinate representation of color #F9E326: hue angle of 53.74º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9E326 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 38 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.02 |
| HSL | 53.74º | 0.95% | 0.56% | - |
| HSV(B) | 53.74º | 0.85% | 0.98% | - |
| XYZ | 66.89 | 75.22 | 12.83 | - |
| YUV | 212.03 | 29.79 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 38 | 0 | 0.09 | 0.85 | 0.02 | 53.74 | 0.95 | 0.56 |
| Hex | F9 | E3 | 26 | 0 | 9 | 55 | 2 | 36 | 5F | 38 |
| Octal | 371 | 343 | 46 | 0 | 11 | 125 | 2 | 66 | 137 | 70 |
| Binary | 11111001 | 11100011 | 100110 | 0 | 1001 | 1010101 | 10 | 110110 | 1011111 | 111000 |
Color Harmonies of #F9E326
Complementary color
Monochromatic Colors of #F9E326
Black with #F9E326
Text Example
Text Example
White with #F9E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E326; }
p { color: rgb(249,227,38); }
H1.HeaderClassName
{
color: #F9E326;
}
.AnyTagClassName
{
color: #F9E326;
}
</style>
background-color css
<style>
a { background-color: #F9E326; }
a { background-color: rgb(249,227,38); }
div.DivClassName
{
background-color: #F9E326;
}
.BgClassName
{
background-color: #F9E326;
}
</style>
border-color css
<style>
span { border-color: #F9E326; }
span { border-color: rgb(249,227,38); }
td.TdClassName
{
border-color: #F9E326;
}
.TagClassName
{
border-color: #F9E326;
}
</style>