Shades of Gorse #F9F236
Tints of Gorse #F9F236
RGB
CMYK
RGB Variations
Color information
#F9F236 (or 0xF9F236) is known color: Gorse. HEX triplet: F9, F2 and 36. RGB value is (249,242,54). Sum of RGB (Red+Green+Blue) = 249+242+54=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 54 (21.48% from 255 or 9.91% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F236 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F236 is #060DC9. Grayscale: #DFDFDF. Windows color (decimal): -396746 or 3601145. OLE color: 3601145.
HSL color Cylindrical-coordinate representation of color #F9F236: hue angle of 57.85º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9F236 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 54 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.02 |
| HSL | 57.85º | 0.94% | 0.59% | - |
| HSV(B) | 57.85º | 0.78% | 0.98% | - |
| XYZ | 71.48 | 83.91 | 15.92 | - |
| YUV | 222.66 | 32.82 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 54 | 0 | 0.03 | 0.78 | 0.02 | 57.85 | 0.94 | 0.59 |
| Hex | F9 | F2 | 36 | 0 | 3 | 4E | 2 | 3A | 5E | 3B |
| Octal | 371 | 362 | 66 | 0 | 3 | 116 | 2 | 72 | 136 | 73 |
| Binary | 11111001 | 11110010 | 110110 | 0 | 11 | 1001110 | 10 | 111010 | 1011110 | 111011 |
Color Harmonies of #F9F236
Complementary color
Monochromatic Colors of #F9F236
Black with #F9F236
Text Example
Text Example
White with #F9F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F236; }
p { color: rgb(249,242,54); }
H1.HeaderClassName
{
color: #F9F236;
}
.AnyTagClassName
{
color: #F9F236;
}
</style>
background-color css
<style>
a { background-color: #F9F236; }
a { background-color: rgb(249,242,54); }
div.DivClassName
{
background-color: #F9F236;
}
.BgClassName
{
background-color: #F9F236;
}
</style>
border-color css
<style>
span { border-color: #F9F236; }
span { border-color: rgb(249,242,54); }
td.TdClassName
{
border-color: #F9F236;
}
.TagClassName
{
border-color: #F9F236;
}
</style>