Shades of Gorse #FEF03A
Tints of Gorse #FEF03A
RGB
CMYK
RGB Variations
Color information
#FEF03A (or 0xFEF03A) is known color: Gorse. HEX triplet: FE, F0 and 3A. RGB value is (254,240,58). Sum of RGB (Red+Green+Blue) = 254+240+58=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 58 (23.05% from 255 or 10.51% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF03A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF03A is #010FC5. Grayscale: #E0E0E0. Windows color (decimal): -69574 or 3862782. OLE color: 3862782.
HSL color Cylindrical-coordinate representation of color #FEF03A: hue angle of 55.71º 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 #FEF03A is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 58 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.00 |
| HSL | 55.71º | 0.99% | 0.61% | - |
| HSV(B) | 55.71º | 0.77% | 1% | - |
| XYZ | 72.8 | 83.7 | 16.32 | - |
| YUV | 223.44 | 34.64 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 58 | 0 | 0.06 | 0.77 | 0.00 | 55.71 | 0.99 | 0.61 |
| Hex | FE | F0 | 3A | 0 | 6 | 4D | 0 | 38 | 63 | 3D |
| Octal | 376 | 360 | 72 | 0 | 6 | 115 | 0 | 70 | 143 | 75 |
| Binary | 11111110 | 11110000 | 111010 | 0 | 110 | 1001101 | 0 | 111000 | 1100011 | 111101 |
Color Harmonies of #FEF03A
Complementary color
Monochromatic Colors of #FEF03A
Black with #FEF03A
Text Example
Text Example
White with #FEF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF03A; }
p { color: rgb(254,240,58); }
H1.HeaderClassName
{
color: #FEF03A;
}
.AnyTagClassName
{
color: #FEF03A;
}
</style>
background-color css
<style>
a { background-color: #FEF03A; }
a { background-color: rgb(254,240,58); }
div.DivClassName
{
background-color: #FEF03A;
}
.BgClassName
{
background-color: #FEF03A;
}
</style>
border-color css
<style>
span { border-color: #FEF03A; }
span { border-color: rgb(254,240,58); }
td.TdClassName
{
border-color: #FEF03A;
}
.TagClassName
{
border-color: #FEF03A;
}
</style>