Shades of Gorse #FFF531
Tints of Gorse #FFF531
RGB
CMYK
RGB Variations
Color information
#FFF531 (or 0xFFF531) is known color: Gorse. HEX triplet: FF, F5 and 31. RGB value is (255,245,49). Sum of RGB (Red+Green+Blue) = 255+245+49=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 49 (19.53% from 255 or 8.93% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF531 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF531 is #000ACE. Grayscale: #E2E2E2. Windows color (decimal): -2767 or 3274239. OLE color: 3274239.
HSL color Cylindrical-coordinate representation of color #FFF531: hue angle of 57.09º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFF531 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 49 | - |
| CMYK | 0 | 0.04 | 0.81 | 0 |
| HSL | 57.09º | 1% | 0.6% | - |
| HSV(B) | 57.09º | 0.81% | 1% | - |
| XYZ | 74.45 | 86.79 | 15.73 | - |
| YUV | 225.65 | 28.31 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 49 | 0 | 0.04 | 0.81 | 0 | 57.09 | 1 | 0.6 |
| Hex | FF | F5 | 31 | 0 | 4 | 51 | 0 | 39 | 64 | 3C |
| Octal | 377 | 365 | 61 | 0 | 4 | 121 | 0 | 71 | 144 | 74 |
| Binary | 11111111 | 11110101 | 110001 | 0 | 100 | 1010001 | 0 | 111001 | 1100100 | 111100 |
Color Harmonies of #FFF531
Complementary color
Monochromatic Colors of #FFF531
Black with #FFF531
Text Example
Text Example
White with #FFF531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF531; }
p { color: rgb(255,245,49); }
H1.HeaderClassName
{
color: #FFF531;
}
.AnyTagClassName
{
color: #FFF531;
}
</style>
background-color css
<style>
a { background-color: #FFF531; }
a { background-color: rgb(255,245,49); }
div.DivClassName
{
background-color: #FFF531;
}
.BgClassName
{
background-color: #FFF531;
}
</style>
border-color css
<style>
span { border-color: #FFF531; }
span { border-color: rgb(255,245,49); }
td.TdClassName
{
border-color: #FFF531;
}
.TagClassName
{
border-color: #FFF531;
}
</style>