Shades of Gorse #FEF535
Tints of Gorse #FEF535
RGB
CMYK
RGB Variations
Color information
#FEF535 (or 0xFEF535) is known color: Gorse. HEX triplet: FE, F5 and 35. RGB value is (254,245,53). Sum of RGB (Red+Green+Blue) = 254+245+53=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 53 (21.09% from 255 or 9.60% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF535 is #010ACA. Grayscale: #E2E2E2. Windows color (decimal): -68299 or 3536382. OLE color: 3536382.
HSL color Cylindrical-coordinate representation of color #FEF535: hue angle of 57.31º 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 #FEF535 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 53 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.00 |
| HSL | 57.31º | 0.99% | 0.6% | - |
| HSV(B) | 57.31º | 0.79% | 1% | - |
| XYZ | 74.17 | 86.63 | 16.18 | - |
| YUV | 225.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 53 | 0 | 0.04 | 0.79 | 0.00 | 57.31 | 0.99 | 0.6 |
| Hex | FE | F5 | 35 | 0 | 4 | 4F | 0 | 39 | 63 | 3C |
| Octal | 376 | 365 | 65 | 0 | 4 | 117 | 0 | 71 | 143 | 74 |
| Binary | 11111110 | 11110101 | 110101 | 0 | 100 | 1001111 | 0 | 111001 | 1100011 | 111100 |
Color Harmonies of #FEF535
Complementary color
Monochromatic Colors of #FEF535
Black with #FEF535
Text Example
Text Example
White with #FEF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF535; }
p { color: rgb(254,245,53); }
H1.HeaderClassName
{
color: #FEF535;
}
.AnyTagClassName
{
color: #FEF535;
}
</style>
background-color css
<style>
a { background-color: #FEF535; }
a { background-color: rgb(254,245,53); }
div.DivClassName
{
background-color: #FEF535;
}
.BgClassName
{
background-color: #FEF535;
}
</style>
border-color css
<style>
span { border-color: #FEF535; }
span { border-color: rgb(254,245,53); }
td.TdClassName
{
border-color: #FEF535;
}
.TagClassName
{
border-color: #FEF535;
}
</style>