Shades of Gorse #FEF128
Tints of Gorse #FEF128
RGB
CMYK
RGB Variations
Color information
#FEF128 (or 0xFEF128) is known color: Gorse. HEX triplet: FE, F1 and 28. RGB value is (254,241,40). Sum of RGB (Red+Green+Blue) = 254+241+40=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 40 (16.02% from 255 or 7.48% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF128 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF128 is #010ED7. Grayscale: #DEDEDE. Windows color (decimal): -69336 or 2683390. OLE color: 2683390.
HSL color Cylindrical-coordinate representation of color #FEF128: hue angle of 56.36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEF128 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 40 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.00 |
| HSL | 56.36º | 0.99% | 0.58% | - |
| HSV(B) | 56.36º | 0.84% | 1% | - |
| XYZ | 72.71 | 84.13 | 14.41 | - |
| YUV | 221.97 | 25.31 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 40 | 0 | 0.05 | 0.84 | 0.00 | 56.36 | 0.99 | 0.58 |
| Hex | FE | F1 | 28 | 0 | 5 | 54 | 0 | 38 | 63 | 3A |
| Octal | 376 | 361 | 50 | 0 | 5 | 124 | 0 | 70 | 143 | 72 |
| Binary | 11111110 | 11110001 | 101000 | 0 | 101 | 1010100 | 0 | 111000 | 1100011 | 111010 |
Color Harmonies of #FEF128
Complementary color
Monochromatic Colors of #FEF128
Black with #FEF128
Text Example
Text Example
White with #FEF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF128; }
p { color: rgb(254,241,40); }
H1.HeaderClassName
{
color: #FEF128;
}
.AnyTagClassName
{
color: #FEF128;
}
</style>
background-color css
<style>
a { background-color: #FEF128; }
a { background-color: rgb(254,241,40); }
div.DivClassName
{
background-color: #FEF128;
}
.BgClassName
{
background-color: #FEF128;
}
</style>
border-color css
<style>
span { border-color: #FEF128; }
span { border-color: rgb(254,241,40); }
td.TdClassName
{
border-color: #FEF128;
}
.TagClassName
{
border-color: #FEF128;
}
</style>