Shades of Gorse #F5F239
Tints of Gorse #F5F239
RGB
CMYK
RGB Variations
Color information
#F5F239 (or 0xF5F239) is known color: Gorse. HEX triplet: F5, F2 and 39. RGB value is (245,242,57). Sum of RGB (Red+Green+Blue) = 245+242+57=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 57 (22.66% from 255 or 10.48% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F239 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F239 is #0A0DC6. Grayscale: #DEDEDE. Windows color (decimal): -658887 or 3797749. OLE color: 3797749.
HSL color Cylindrical-coordinate representation of color #F5F239: hue angle of 59.04º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5F239 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 242 | 57 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.04 |
| HSL | 59.04º | 0.9% | 0.59% | - |
| HSV(B) | 59.04º | 0.77% | 0.96% | - |
| XYZ | 70.15 | 83.21 | 16.24 | - |
| YUV | 221.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 242 | 57 | 0 | 0.01 | 0.77 | 0.04 | 59.04 | 0.9 | 0.59 |
| Hex | F5 | F2 | 39 | 0 | 1 | 4D | 4 | 3B | 5A | 3B |
| Octal | 365 | 362 | 71 | 0 | 1 | 115 | 4 | 73 | 132 | 73 |
| Binary | 11110101 | 11110010 | 111001 | 0 | 1 | 1001101 | 100 | 111011 | 1011010 | 111011 |
Color Harmonies of #F5F239
Complementary color
Monochromatic Colors of #F5F239
Black with #F5F239
Text Example
Text Example
White with #F5F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F239; }
p { color: rgb(245,242,57); }
H1.HeaderClassName
{
color: #F5F239;
}
.AnyTagClassName
{
color: #F5F239;
}
</style>
background-color css
<style>
a { background-color: #F5F239; }
a { background-color: rgb(245,242,57); }
div.DivClassName
{
background-color: #F5F239;
}
.BgClassName
{
background-color: #F5F239;
}
</style>
border-color css
<style>
span { border-color: #F5F239; }
span { border-color: rgb(245,242,57); }
td.TdClassName
{
border-color: #F5F239;
}
.TagClassName
{
border-color: #F5F239;
}
</style>