Shades of Gorse #FFF539
Tints of Gorse #FFF539
RGB
CMYK
RGB Variations
Color information
#FFF539 (or 0xFFF539) is known color: Gorse. HEX triplet: FF, F5 and 39. RGB value is (255,245,57). Sum of RGB (Red+Green+Blue) = 255+245+57=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 245 (96.09% from 255 or 43.99% from 557); Blue value is 57 (22.66% from 255 or 10.23% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF539 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF539 is #000AC6. Grayscale: #E3E3E3. Windows color (decimal): -2759 or 3798527. OLE color: 3798527.
HSL color Cylindrical-coordinate representation of color #FFF539: hue angle of 56.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFF539 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 57 | - |
| CMYK | 0 | 0.04 | 0.78 | 0 |
| HSL | 56.97º | 1% | 0.61% | - |
| HSV(B) | 56.97º | 0.78% | 1% | - |
| XYZ | 74.63 | 86.86 | 16.7 | - |
| YUV | 226.56 | 32.31 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 57 | 0 | 0.04 | 0.78 | 0 | 56.97 | 1 | 0.61 |
| Hex | FF | F5 | 39 | 0 | 4 | 4E | 0 | 39 | 64 | 3D |
| Octal | 377 | 365 | 71 | 0 | 4 | 116 | 0 | 71 | 144 | 75 |
| Binary | 11111111 | 11110101 | 111001 | 0 | 100 | 1001110 | 0 | 111001 | 1100100 | 111101 |
Color Harmonies of #FFF539
Complementary color
Monochromatic Colors of #FFF539
Black with #FFF539
Text Example
Text Example
White with #FFF539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF539; }
p { color: rgb(255,245,57); }
H1.HeaderClassName
{
color: #FFF539;
}
.AnyTagClassName
{
color: #FFF539;
}
</style>
background-color css
<style>
a { background-color: #FFF539; }
a { background-color: rgb(255,245,57); }
div.DivClassName
{
background-color: #FFF539;
}
.BgClassName
{
background-color: #FFF539;
}
</style>
border-color css
<style>
span { border-color: #FFF539; }
span { border-color: rgb(255,245,57); }
td.TdClassName
{
border-color: #FFF539;
}
.TagClassName
{
border-color: #FFF539;
}
</style>