Shades of Gorse #FFF12F
Tints of Gorse #FFF12F
RGB
CMYK
RGB Variations
Color information
#FFF12F (or 0xFFF12F) is known color: Gorse. HEX triplet: FF, F1 and 2F. RGB value is (255,241,47). Sum of RGB (Red+Green+Blue) = 255+241+47=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 47 (18.75% from 255 or 8.66% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF12F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF12F is #000ED0. Grayscale: #DFDFDF. Windows color (decimal): -3793 or 3142143. OLE color: 3142143.
HSL color Cylindrical-coordinate representation of color #FFF12F: hue angle of 55.96º 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 #FFF12F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 47 | - |
| CMYK | 0 | 0.05 | 0.82 | 0 |
| HSL | 55.96º | 1% | 0.59% | - |
| HSV(B) | 55.96º | 0.82% | 1% | - |
| XYZ | 73.21 | 84.38 | 15.12 | - |
| YUV | 223.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 47 | 0 | 0.05 | 0.82 | 0 | 55.96 | 1 | 0.59 |
| Hex | FF | F1 | 2F | 0 | 5 | 52 | 0 | 38 | 64 | 3B |
| Octal | 377 | 361 | 57 | 0 | 5 | 122 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110001 | 101111 | 0 | 101 | 1010010 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF12F
Complementary color
Monochromatic Colors of #FFF12F
Black with #FFF12F
Text Example
Text Example
White with #FFF12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF12F; }
p { color: rgb(255,241,47); }
H1.HeaderClassName
{
color: #FFF12F;
}
.AnyTagClassName
{
color: #FFF12F;
}
</style>
background-color css
<style>
a { background-color: #FFF12F; }
a { background-color: rgb(255,241,47); }
div.DivClassName
{
background-color: #FFF12F;
}
.BgClassName
{
background-color: #FFF12F;
}
</style>
border-color css
<style>
span { border-color: #FFF12F; }
span { border-color: rgb(255,241,47); }
td.TdClassName
{
border-color: #FFF12F;
}
.TagClassName
{
border-color: #FFF12F;
}
</style>