Shades of Gorse #FEF537
Tints of Gorse #FEF537
RGB
CMYK
RGB Variations
Color information
#FEF537 (or 0xFEF537) is known color: Gorse. HEX triplet: FE, F5 and 37. RGB value is (254,245,55). Sum of RGB (Red+Green+Blue) = 254+245+55=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 55 (21.88% from 255 or 9.93% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF537 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF537 is #010AC8. Grayscale: #E2E2E2. Windows color (decimal): -68297 or 3667454. OLE color: 3667454.
HSL color Cylindrical-coordinate representation of color #FEF537: hue angle of 57.29º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEF537 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 55 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.00 |
| HSL | 57.29º | 0.99% | 0.61% | - |
| HSV(B) | 57.29º | 0.78% | 1% | - |
| XYZ | 74.22 | 86.65 | 16.43 | - |
| YUV | 226.03 | 31.48 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 55 | 0 | 0.04 | 0.78 | 0.00 | 57.29 | 0.99 | 0.61 |
| Hex | FE | F5 | 37 | 0 | 4 | 4E | 0 | 39 | 63 | 3D |
| Octal | 376 | 365 | 67 | 0 | 4 | 116 | 0 | 71 | 143 | 75 |
| Binary | 11111110 | 11110101 | 110111 | 0 | 100 | 1001110 | 0 | 111001 | 1100011 | 111101 |
Color Harmonies of #FEF537
Complementary color
Monochromatic Colors of #FEF537
Black with #FEF537
Text Example
Text Example
White with #FEF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF537; }
p { color: rgb(254,245,55); }
H1.HeaderClassName
{
color: #FEF537;
}
.AnyTagClassName
{
color: #FEF537;
}
</style>
background-color css
<style>
a { background-color: #FEF537; }
a { background-color: rgb(254,245,55); }
div.DivClassName
{
background-color: #FEF537;
}
.BgClassName
{
background-color: #FEF537;
}
</style>
border-color css
<style>
span { border-color: #FEF537; }
span { border-color: rgb(254,245,55); }
td.TdClassName
{
border-color: #FEF537;
}
.TagClassName
{
border-color: #FEF537;
}
</style>