Shades of Gorse #FEFA37
Tints of Gorse #FEFA37
RGB
CMYK
RGB Variations
Color information
#FEFA37 (or 0xFEFA37) is known color: Gorse. HEX triplet: FE, FA and 37. RGB value is (254,250,55). Sum of RGB (Red+Green+Blue) = 254+250+55=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 55 (21.88% from 255 or 9.84% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA37 is #0105C8. Grayscale: #E5E5E5. Windows color (decimal): -67017 or 3668734. OLE color: 3668734.
HSL color Cylindrical-coordinate representation of color #FEFA37: hue angle of 58.79º 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 #FEFA37 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 55 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.00 |
| HSL | 58.79º | 0.99% | 0.61% | - |
| HSV(B) | 58.79º | 0.78% | 1% | - |
| XYZ | 75.75 | 89.72 | 16.94 | - |
| YUV | 228.97 | 29.83 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 55 | 0 | 0.02 | 0.78 | 0.00 | 58.79 | 0.99 | 0.61 |
| Hex | FE | FA | 37 | 0 | 2 | 4E | 0 | 3B | 63 | 3D |
| Octal | 376 | 372 | 67 | 0 | 2 | 116 | 0 | 73 | 143 | 75 |
| Binary | 11111110 | 11111010 | 110111 | 0 | 10 | 1001110 | 0 | 111011 | 1100011 | 111101 |
Color Harmonies of #FEFA37
Complementary color
Monochromatic Colors of #FEFA37
Black with #FEFA37
Text Example
Text Example
White with #FEFA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA37; }
p { color: rgb(254,250,55); }
H1.HeaderClassName
{
color: #FEFA37;
}
.AnyTagClassName
{
color: #FEFA37;
}
</style>
background-color css
<style>
a { background-color: #FEFA37; }
a { background-color: rgb(254,250,55); }
div.DivClassName
{
background-color: #FEFA37;
}
.BgClassName
{
background-color: #FEFA37;
}
</style>
border-color css
<style>
span { border-color: #FEFA37; }
span { border-color: rgb(254,250,55); }
td.TdClassName
{
border-color: #FEFA37;
}
.TagClassName
{
border-color: #FEFA37;
}
</style>