Shades of Gorse #FFF137
Tints of Gorse #FFF137
RGB
CMYK
RGB Variations
Color information
#FFF137 (or 0xFFF137) is known color: Gorse. HEX triplet: FF, F1 and 37. RGB value is (255,241,55). Sum of RGB (Red+Green+Blue) = 255+241+55=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 55 (21.88% from 255 or 9.98% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF137 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF137 is #000EC8. Grayscale: #E0E0E0. Windows color (decimal): -3785 or 3666431. OLE color: 3666431.
HSL color Cylindrical-coordinate representation of color #FFF137: hue angle of 55.8º 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 #FFF137 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 55 | - |
| CMYK | 0 | 0.05 | 0.78 | 0 |
| HSL | 55.8º | 1% | 0.61% | - |
| HSV(B) | 55.8º | 0.78% | 1% | - |
| XYZ | 73.38 | 84.45 | 16.05 | - |
| YUV | 223.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 55 | 0 | 0.05 | 0.78 | 0 | 55.8 | 1 | 0.61 |
| Hex | FF | F1 | 37 | 0 | 5 | 4E | 0 | 38 | 64 | 3D |
| Octal | 377 | 361 | 67 | 0 | 5 | 116 | 0 | 70 | 144 | 75 |
| Binary | 11111111 | 11110001 | 110111 | 0 | 101 | 1001110 | 0 | 111000 | 1100100 | 111101 |
Color Harmonies of #FFF137
Complementary color
Monochromatic Colors of #FFF137
Black with #FFF137
Text Example
Text Example
White with #FFF137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF137; }
p { color: rgb(255,241,55); }
H1.HeaderClassName
{
color: #FFF137;
}
.AnyTagClassName
{
color: #FFF137;
}
</style>
background-color css
<style>
a { background-color: #FFF137; }
a { background-color: rgb(255,241,55); }
div.DivClassName
{
background-color: #FFF137;
}
.BgClassName
{
background-color: #FFF137;
}
</style>
border-color css
<style>
span { border-color: #FFF137; }
span { border-color: rgb(255,241,55); }
td.TdClassName
{
border-color: #FFF137;
}
.TagClassName
{
border-color: #FFF137;
}
</style>