Shades of Gorse #FEF133
Tints of Gorse #FEF133
RGB
CMYK
RGB Variations
Color information
#FEF133 (or 0xFEF133) is known color: Gorse. HEX triplet: FE, F1 and 33. RGB value is (254,241,51). Sum of RGB (Red+Green+Blue) = 254+241+51=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 51 (20.31% from 255 or 9.34% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF133 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF133 is #010ECC. Grayscale: #E0E0E0. Windows color (decimal): -69325 or 3404286. OLE color: 3404286.
HSL color Cylindrical-coordinate representation of color #FEF133: hue angle of 56.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEF133 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 51 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.00 |
| HSL | 56.16º | 0.99% | 0.6% | - |
| HSV(B) | 56.16º | 0.8% | 1% | - |
| XYZ | 72.93 | 84.22 | 15.54 | - |
| YUV | 223.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 51 | 0 | 0.05 | 0.80 | 0.00 | 56.16 | 0.99 | 0.6 |
| Hex | FE | F1 | 33 | 0 | 5 | 50 | 0 | 38 | 63 | 3C |
| Octal | 376 | 361 | 63 | 0 | 5 | 120 | 0 | 70 | 143 | 74 |
| Binary | 11111110 | 11110001 | 110011 | 0 | 101 | 1010000 | 0 | 111000 | 1100011 | 111100 |
Color Harmonies of #FEF133
Complementary color
Monochromatic Colors of #FEF133
Black with #FEF133
Text Example
Text Example
White with #FEF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF133; }
p { color: rgb(254,241,51); }
H1.HeaderClassName
{
color: #FEF133;
}
.AnyTagClassName
{
color: #FEF133;
}
</style>
background-color css
<style>
a { background-color: #FEF133; }
a { background-color: rgb(254,241,51); }
div.DivClassName
{
background-color: #FEF133;
}
.BgClassName
{
background-color: #FEF133;
}
</style>
border-color css
<style>
span { border-color: #FEF133; }
span { border-color: rgb(254,241,51); }
td.TdClassName
{
border-color: #FEF133;
}
.TagClassName
{
border-color: #FEF133;
}
</style>