Shades of Gorse #FEFA39
Tints of Gorse #FEFA39
RGB
CMYK
RGB Variations
Color information
#FEFA39 (or 0xFEFA39) is known color: Gorse. HEX triplet: FE, FA and 39. RGB value is (254,250,57). Sum of RGB (Red+Green+Blue) = 254+250+57=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 57 (22.66% from 255 or 10.16% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA39 is #0105C6. Grayscale: #E5E5E5. Windows color (decimal): -67015 or 3799806. OLE color: 3799806.
HSL color Cylindrical-coordinate representation of color #FEFA39: hue angle of 58.78º 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 #FEFA39 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 57 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.00 |
| HSL | 58.78º | 0.99% | 0.61% | - |
| HSV(B) | 58.78º | 0.78% | 1% | - |
| XYZ | 75.8 | 89.74 | 17.2 | - |
| YUV | 229.19 | 30.83 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 57 | 0 | 0.02 | 0.78 | 0.00 | 58.78 | 0.99 | 0.61 |
| Hex | FE | FA | 39 | 0 | 2 | 4E | 0 | 3B | 63 | 3D |
| Octal | 376 | 372 | 71 | 0 | 2 | 116 | 0 | 73 | 143 | 75 |
| Binary | 11111110 | 11111010 | 111001 | 0 | 10 | 1001110 | 0 | 111011 | 1100011 | 111101 |
Color Harmonies of #FEFA39
Complementary color
Monochromatic Colors of #FEFA39
Black with #FEFA39
Text Example
Text Example
White with #FEFA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA39; }
p { color: rgb(254,250,57); }
H1.HeaderClassName
{
color: #FEFA39;
}
.AnyTagClassName
{
color: #FEFA39;
}
</style>
background-color css
<style>
a { background-color: #FEFA39; }
a { background-color: rgb(254,250,57); }
div.DivClassName
{
background-color: #FEFA39;
}
.BgClassName
{
background-color: #FEFA39;
}
</style>
border-color css
<style>
span { border-color: #FEFA39; }
span { border-color: rgb(254,250,57); }
td.TdClassName
{
border-color: #FEFA39;
}
.TagClassName
{
border-color: #FEFA39;
}
</style>