Shades of Gorse #FFF12E
Tints of Gorse #FFF12E
RGB
CMYK
RGB Variations
Color information
#FFF12E (or 0xFFF12E) is known color: Gorse. HEX triplet: FF, F1 and 2E. RGB value is (255,241,46). Sum of RGB (Red+Green+Blue) = 255+241+46=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 46 (18.36% from 255 or 8.49% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF12E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF12E is #000ED1. Grayscale: #DFDFDF. Windows color (decimal): -3794 or 3076607. OLE color: 3076607.
HSL color Cylindrical-coordinate representation of color #FFF12E: hue angle of 55.98º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFF12E is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 46 | - |
| CMYK | 0 | 0.05 | 0.82 | 0 |
| HSL | 55.98º | 1% | 0.59% | - |
| HSV(B) | 55.98º | 0.82% | 1% | - |
| XYZ | 73.19 | 84.37 | 15.01 | - |
| YUV | 222.96 | 28.14 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 46 | 0 | 0.05 | 0.82 | 0 | 55.98 | 1 | 0.59 |
| Hex | FF | F1 | 2E | 0 | 5 | 52 | 0 | 38 | 64 | 3B |
| Octal | 377 | 361 | 56 | 0 | 5 | 122 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110001 | 101110 | 0 | 101 | 1010010 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF12E
Complementary color
Monochromatic Colors of #FFF12E
Black with #FFF12E
Text Example
Text Example
White with #FFF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF12E; }
p { color: rgb(255,241,46); }
H1.HeaderClassName
{
color: #FFF12E;
}
.AnyTagClassName
{
color: #FFF12E;
}
</style>
background-color css
<style>
a { background-color: #FFF12E; }
a { background-color: rgb(255,241,46); }
div.DivClassName
{
background-color: #FFF12E;
}
.BgClassName
{
background-color: #FFF12E;
}
</style>
border-color css
<style>
span { border-color: #FFF12E; }
span { border-color: rgb(255,241,46); }
td.TdClassName
{
border-color: #FFF12E;
}
.TagClassName
{
border-color: #FFF12E;
}
</style>