Shades of Gorse #FEF12D
Tints of Gorse #FEF12D
RGB
CMYK
RGB Variations
Color information
#FEF12D (or 0xFEF12D) is known color: Gorse. HEX triplet: FE, F1 and 2D. RGB value is (254,241,45). Sum of RGB (Red+Green+Blue) = 254+241+45=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF12D is #010ED2. Grayscale: #DFDFDF. Windows color (decimal): -69331 or 3011070. OLE color: 3011070.
HSL color Cylindrical-coordinate representation of color #FEF12D: hue angle of 56.27º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEF12D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 45 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.00 |
| HSL | 56.27º | 0.99% | 0.59% | - |
| HSV(B) | 56.27º | 0.82% | 1% | - |
| XYZ | 72.8 | 84.17 | 14.89 | - |
| YUV | 222.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 45 | 0 | 0.05 | 0.82 | 0.00 | 56.27 | 0.99 | 0.59 |
| Hex | FE | F1 | 2D | 0 | 5 | 52 | 0 | 38 | 63 | 3B |
| Octal | 376 | 361 | 55 | 0 | 5 | 122 | 0 | 70 | 143 | 73 |
| Binary | 11111110 | 11110001 | 101101 | 0 | 101 | 1010010 | 0 | 111000 | 1100011 | 111011 |
Color Harmonies of #FEF12D
Complementary color
Monochromatic Colors of #FEF12D
Black with #FEF12D
Text Example
Text Example
White with #FEF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF12D; }
p { color: rgb(254,241,45); }
H1.HeaderClassName
{
color: #FEF12D;
}
.AnyTagClassName
{
color: #FEF12D;
}
</style>
background-color css
<style>
a { background-color: #FEF12D; }
a { background-color: rgb(254,241,45); }
div.DivClassName
{
background-color: #FEF12D;
}
.BgClassName
{
background-color: #FEF12D;
}
</style>
border-color css
<style>
span { border-color: #FEF12D; }
span { border-color: rgb(254,241,45); }
td.TdClassName
{
border-color: #FEF12D;
}
.TagClassName
{
border-color: #FEF12D;
}
</style>