Shades of Gorse #FEFA2A
Tints of Gorse #FEFA2A
RGB
CMYK
RGB Variations
Color information
#FEFA2A (or 0xFEFA2A) is known color: Gorse. HEX triplet: FE, FA and 2A. RGB value is (254,250,42). Sum of RGB (Red+Green+Blue) = 254+250+42=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 42 (16.80% from 255 or 7.69% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA2A is #0105D5. Grayscale: #E4E4E4. Windows color (decimal): -67030 or 2816766. OLE color: 2816766.
HSL color Cylindrical-coordinate representation of color #FEFA2A: hue angle of 58.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEFA2A is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 42 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.00 |
| HSL | 58.87º | 0.99% | 0.58% | - |
| HSV(B) | 58.87º | 0.83% | 1% | - |
| XYZ | 75.48 | 89.61 | 15.51 | - |
| YUV | 227.48 | 23.33 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 42 | 0 | 0.02 | 0.83 | 0.00 | 58.87 | 0.99 | 0.58 |
| Hex | FE | FA | 2A | 0 | 2 | 53 | 0 | 3B | 63 | 3A |
| Octal | 376 | 372 | 52 | 0 | 2 | 123 | 0 | 73 | 143 | 72 |
| Binary | 11111110 | 11111010 | 101010 | 0 | 10 | 1010011 | 0 | 111011 | 1100011 | 111010 |
Color Harmonies of #FEFA2A
Complementary color
Monochromatic Colors of #FEFA2A
Black with #FEFA2A
Text Example
Text Example
White with #FEFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA2A; }
p { color: rgb(254,250,42); }
H1.HeaderClassName
{
color: #FEFA2A;
}
.AnyTagClassName
{
color: #FEFA2A;
}
</style>
background-color css
<style>
a { background-color: #FEFA2A; }
a { background-color: rgb(254,250,42); }
div.DivClassName
{
background-color: #FEFA2A;
}
.BgClassName
{
background-color: #FEFA2A;
}
</style>
border-color css
<style>
span { border-color: #FEFA2A; }
span { border-color: rgb(254,250,42); }
td.TdClassName
{
border-color: #FEFA2A;
}
.TagClassName
{
border-color: #FEFA2A;
}
</style>