Shades of Gorse #FEF53B
Tints of Gorse #FEF53B
RGB
CMYK
RGB Variations
Color information
#FEF53B (or 0xFEF53B) is known color: Gorse. HEX triplet: FE, F5 and 3B. RGB value is (254,245,59). Sum of RGB (Red+Green+Blue) = 254+245+59=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 59 (23.44% from 255 or 10.57% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF53B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF53B is #010AC4. Grayscale: #E3E3E3. Windows color (decimal): -68293 or 3929598. OLE color: 3929598.
HSL color Cylindrical-coordinate representation of color #FEF53B: hue angle of 57.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEF53B is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 59 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.00 |
| HSL | 57.23º | 0.99% | 0.61% | - |
| HSV(B) | 57.23º | 0.77% | 1% | - |
| XYZ | 74.31 | 86.69 | 16.95 | - |
| YUV | 226.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 59 | 0 | 0.04 | 0.77 | 0.00 | 57.23 | 0.99 | 0.61 |
| Hex | FE | F5 | 3B | 0 | 4 | 4D | 0 | 39 | 63 | 3D |
| Octal | 376 | 365 | 73 | 0 | 4 | 115 | 0 | 71 | 143 | 75 |
| Binary | 11111110 | 11110101 | 111011 | 0 | 100 | 1001101 | 0 | 111001 | 1100011 | 111101 |
Color Harmonies of #FEF53B
Complementary color
Monochromatic Colors of #FEF53B
Black with #FEF53B
Text Example
Text Example
White with #FEF53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF53B; }
p { color: rgb(254,245,59); }
H1.HeaderClassName
{
color: #FEF53B;
}
.AnyTagClassName
{
color: #FEF53B;
}
</style>
background-color css
<style>
a { background-color: #FEF53B; }
a { background-color: rgb(254,245,59); }
div.DivClassName
{
background-color: #FEF53B;
}
.BgClassName
{
background-color: #FEF53B;
}
</style>
border-color css
<style>
span { border-color: #FEF53B; }
span { border-color: rgb(254,245,59); }
td.TdClassName
{
border-color: #FEF53B;
}
.TagClassName
{
border-color: #FEF53B;
}
</style>