Shades of Gorse #FFF12B
Tints of Gorse #FFF12B
RGB
CMYK
RGB Variations
Color information
#FFF12B (or 0xFFF12B) is known color: Gorse. HEX triplet: FF, F1 and 2B. RGB value is (255,241,43). Sum of RGB (Red+Green+Blue) = 255+241+43=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 43 (17.19% from 255 or 7.98% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF12B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF12B is #000ED4. Grayscale: #DFDFDF. Windows color (decimal): -3797 or 2879999. OLE color: 2879999.
HSL color Cylindrical-coordinate representation of color #FFF12B: hue angle of 56.04º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FFF12B is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 43 | - |
| CMYK | 0 | 0.05 | 0.83 | 0 |
| HSL | 56.04º | 1% | 0.58% | - |
| HSV(B) | 56.04º | 0.83% | 1% | - |
| XYZ | 73.13 | 84.35 | 14.71 | - |
| YUV | 222.61 | 26.64 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 43 | 0 | 0.05 | 0.83 | 0 | 56.04 | 1 | 0.58 |
| Hex | FF | F1 | 2B | 0 | 5 | 53 | 0 | 38 | 64 | 3A |
| Octal | 377 | 361 | 53 | 0 | 5 | 123 | 0 | 70 | 144 | 72 |
| Binary | 11111111 | 11110001 | 101011 | 0 | 101 | 1010011 | 0 | 111000 | 1100100 | 111010 |
Color Harmonies of #FFF12B
Complementary color
Monochromatic Colors of #FFF12B
Black with #FFF12B
Text Example
Text Example
White with #FFF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF12B; }
p { color: rgb(255,241,43); }
H1.HeaderClassName
{
color: #FFF12B;
}
.AnyTagClassName
{
color: #FFF12B;
}
</style>
background-color css
<style>
a { background-color: #FFF12B; }
a { background-color: rgb(255,241,43); }
div.DivClassName
{
background-color: #FFF12B;
}
.BgClassName
{
background-color: #FFF12B;
}
</style>
border-color css
<style>
span { border-color: #FFF12B; }
span { border-color: rgb(255,241,43); }
td.TdClassName
{
border-color: #FFF12B;
}
.TagClassName
{
border-color: #FFF12B;
}
</style>