Shades of Gorse #FEFA2E
Tints of Gorse #FEFA2E
RGB
CMYK
RGB Variations
Color information
#FEFA2E (or 0xFEFA2E) is known color: Gorse. HEX triplet: FE, FA and 2E. RGB value is (254,250,46). Sum of RGB (Red+Green+Blue) = 254+250+46=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 46 (18.36% from 255 or 8.36% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA2E is #0105D1. Grayscale: #E4E4E4. Windows color (decimal): -67026 or 3078910. OLE color: 3078910.
HSL color Cylindrical-coordinate representation of color #FEFA2E: hue angle of 58.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEFA2E is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 46 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.00 |
| HSL | 58.85º | 0.99% | 0.59% | - |
| HSV(B) | 58.85º | 0.82% | 1% | - |
| XYZ | 75.55 | 89.64 | 15.9 | - |
| YUV | 227.94 | 25.33 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 46 | 0 | 0.02 | 0.82 | 0.00 | 58.85 | 0.99 | 0.59 |
| Hex | FE | FA | 2E | 0 | 2 | 52 | 0 | 3B | 63 | 3B |
| Octal | 376 | 372 | 56 | 0 | 2 | 122 | 0 | 73 | 143 | 73 |
| Binary | 11111110 | 11111010 | 101110 | 0 | 10 | 1010010 | 0 | 111011 | 1100011 | 111011 |
Color Harmonies of #FEFA2E
Complementary color
Monochromatic Colors of #FEFA2E
Black with #FEFA2E
Text Example
Text Example
White with #FEFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA2E; }
p { color: rgb(254,250,46); }
H1.HeaderClassName
{
color: #FEFA2E;
}
.AnyTagClassName
{
color: #FEFA2E;
}
</style>
background-color css
<style>
a { background-color: #FEFA2E; }
a { background-color: rgb(254,250,46); }
div.DivClassName
{
background-color: #FEFA2E;
}
.BgClassName
{
background-color: #FEFA2E;
}
</style>
border-color css
<style>
span { border-color: #FEFA2E; }
span { border-color: rgb(254,250,46); }
td.TdClassName
{
border-color: #FEFA2E;
}
.TagClassName
{
border-color: #FEFA2E;
}
</style>