Shades of Gorse #FFF131
Tints of Gorse #FFF131
RGB
CMYK
RGB Variations
Color information
#FFF131 (or 0xFFF131) is known color: Gorse. HEX triplet: FF, F1 and 31. RGB value is (255,241,49). Sum of RGB (Red+Green+Blue) = 255+241+49=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF131 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF131 is #000ECE. Grayscale: #E0E0E0. Windows color (decimal): -3791 or 3273215. OLE color: 3273215.
HSL color Cylindrical-coordinate representation of color #FFF131: hue angle of 55.92º 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 #FFF131 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 49 | - |
| CMYK | 0 | 0.05 | 0.81 | 0 |
| HSL | 55.92º | 1% | 0.6% | - |
| HSV(B) | 55.92º | 0.81% | 1% | - |
| XYZ | 73.25 | 84.39 | 15.33 | - |
| YUV | 223.3 | 29.64 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 49 | 0 | 0.05 | 0.81 | 0 | 55.92 | 1 | 0.6 |
| Hex | FF | F1 | 31 | 0 | 5 | 51 | 0 | 38 | 64 | 3C |
| Octal | 377 | 361 | 61 | 0 | 5 | 121 | 0 | 70 | 144 | 74 |
| Binary | 11111111 | 11110001 | 110001 | 0 | 101 | 1010001 | 0 | 111000 | 1100100 | 111100 |
Color Harmonies of #FFF131
Complementary color
Monochromatic Colors of #FFF131
Black with #FFF131
Text Example
Text Example
White with #FFF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF131; }
p { color: rgb(255,241,49); }
H1.HeaderClassName
{
color: #FFF131;
}
.AnyTagClassName
{
color: #FFF131;
}
</style>
background-color css
<style>
a { background-color: #FFF131; }
a { background-color: rgb(255,241,49); }
div.DivClassName
{
background-color: #FFF131;
}
.BgClassName
{
background-color: #FFF131;
}
</style>
border-color css
<style>
span { border-color: #FFF131; }
span { border-color: rgb(255,241,49); }
td.TdClassName
{
border-color: #FFF131;
}
.TagClassName
{
border-color: #FFF131;
}
</style>