Shades of Gorse #F9F226
Tints of Gorse #F9F226
RGB
CMYK
RGB Variations
Color information
#F9F226 (or 0xF9F226) is known color: Gorse. HEX triplet: F9, F2 and 26. RGB value is (249,242,38). Sum of RGB (Red+Green+Blue) = 249+242+38=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 38 (15.23% from 255 or 7.18% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F226 is #060DD9. Grayscale: #DDDDDD. Windows color (decimal): -396762 or 2552569. OLE color: 2552569.
HSL color Cylindrical-coordinate representation of color #F9F226: hue angle of 58.01º 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 #F9F226 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 38 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.02 |
| HSL | 58.01º | 0.95% | 0.56% | - |
| HSV(B) | 58.01º | 0.85% | 0.98% | - |
| XYZ | 71.17 | 83.78 | 14.25 | - |
| YUV | 220.84 | 24.82 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 38 | 0 | 0.03 | 0.85 | 0.02 | 58.01 | 0.95 | 0.56 |
| Hex | F9 | F2 | 26 | 0 | 3 | 55 | 2 | 3A | 5F | 38 |
| Octal | 371 | 362 | 46 | 0 | 3 | 125 | 2 | 72 | 137 | 70 |
| Binary | 11111001 | 11110010 | 100110 | 0 | 11 | 1010101 | 10 | 111010 | 1011111 | 111000 |
Color Harmonies of #F9F226
Complementary color
Monochromatic Colors of #F9F226
Black with #F9F226
Text Example
Text Example
White with #F9F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F226; }
p { color: rgb(249,242,38); }
H1.HeaderClassName
{
color: #F9F226;
}
.AnyTagClassName
{
color: #F9F226;
}
</style>
background-color css
<style>
a { background-color: #F9F226; }
a { background-color: rgb(249,242,38); }
div.DivClassName
{
background-color: #F9F226;
}
.BgClassName
{
background-color: #F9F226;
}
</style>
border-color css
<style>
span { border-color: #F9F226; }
span { border-color: rgb(249,242,38); }
td.TdClassName
{
border-color: #F9F226;
}
.TagClassName
{
border-color: #F9F226;
}
</style>