Shades of Gorse #FEF136
Tints of Gorse #FEF136
RGB
CMYK
RGB Variations
Color information
#FEF136 (or 0xFEF136) is known color: Gorse. HEX triplet: FE, F1 and 36. RGB value is (254,241,54). Sum of RGB (Red+Green+Blue) = 254+241+54=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 54 (21.48% from 255 or 9.84% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF136 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF136 is #010EC9. Grayscale: #E0E0E0. Windows color (decimal): -69322 or 3600894. OLE color: 3600894.
HSL color Cylindrical-coordinate representation of color #FEF136: hue angle of 56.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEF136 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 54 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.00 |
| HSL | 56.1º | 0.99% | 0.6% | - |
| HSV(B) | 56.1º | 0.79% | 1% | - |
| XYZ | 72.99 | 84.25 | 15.9 | - |
| YUV | 223.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 54 | 0 | 0.05 | 0.79 | 0.00 | 56.1 | 0.99 | 0.6 |
| Hex | FE | F1 | 36 | 0 | 5 | 4F | 0 | 38 | 63 | 3C |
| Octal | 376 | 361 | 66 | 0 | 5 | 117 | 0 | 70 | 143 | 74 |
| Binary | 11111110 | 11110001 | 110110 | 0 | 101 | 1001111 | 0 | 111000 | 1100011 | 111100 |
Color Harmonies of #FEF136
Complementary color
Monochromatic Colors of #FEF136
Black with #FEF136
Text Example
Text Example
White with #FEF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF136; }
p { color: rgb(254,241,54); }
H1.HeaderClassName
{
color: #FEF136;
}
.AnyTagClassName
{
color: #FEF136;
}
</style>
background-color css
<style>
a { background-color: #FEF136; }
a { background-color: rgb(254,241,54); }
div.DivClassName
{
background-color: #FEF136;
}
.BgClassName
{
background-color: #FEF136;
}
</style>
border-color css
<style>
span { border-color: #FEF136; }
span { border-color: rgb(254,241,54); }
td.TdClassName
{
border-color: #FEF136;
}
.TagClassName
{
border-color: #FEF136;
}
</style>