Shades of Gorse #FFF12D
Tints of Gorse #FFF12D
RGB
CMYK
RGB Variations
Color information
#FFF12D (or 0xFFF12D) is known color: Gorse. HEX triplet: FF, F1 and 2D. RGB value is (255,241,45). Sum of RGB (Red+Green+Blue) = 255+241+45=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 45 (17.97% from 255 or 8.32% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF12D is #000ED2. Grayscale: #DFDFDF. Windows color (decimal): -3795 or 3011071. OLE color: 3011071.
HSL color Cylindrical-coordinate representation of color #FFF12D: hue angle of 56º 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 #FFF12D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 45 | - |
| CMYK | 0 | 0.05 | 0.82 | 0 |
| HSL | 56º | 1% | 0.59% | - |
| HSV(B) | 56º | 0.82% | 1% | - |
| XYZ | 73.17 | 84.36 | 14.91 | - |
| YUV | 222.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 45 | 0 | 0.05 | 0.82 | 0 | 56 | 1 | 0.59 |
| Hex | FF | F1 | 2D | 0 | 5 | 52 | 0 | 38 | 64 | 3B |
| Octal | 377 | 361 | 55 | 0 | 5 | 122 | 0 | 70 | 144 | 73 |
| Binary | 11111111 | 11110001 | 101101 | 0 | 101 | 1010010 | 0 | 111000 | 1100100 | 111011 |
Color Harmonies of #FFF12D
Complementary color
Monochromatic Colors of #FFF12D
Black with #FFF12D
Text Example
Text Example
White with #FFF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF12D; }
p { color: rgb(255,241,45); }
H1.HeaderClassName
{
color: #FFF12D;
}
.AnyTagClassName
{
color: #FFF12D;
}
</style>
background-color css
<style>
a { background-color: #FFF12D; }
a { background-color: rgb(255,241,45); }
div.DivClassName
{
background-color: #FFF12D;
}
.BgClassName
{
background-color: #FFF12D;
}
</style>
border-color css
<style>
span { border-color: #FFF12D; }
span { border-color: rgb(255,241,45); }
td.TdClassName
{
border-color: #FFF12D;
}
.TagClassName
{
border-color: #FFF12D;
}
</style>