Shades of Gorse #FEFA2C
Tints of Gorse #FEFA2C
RGB
CMYK
RGB Variations
Color information
#FEFA2C (or 0xFEFA2C) is known color: Gorse. HEX triplet: FE, FA and 2C. RGB value is (254,250,44). Sum of RGB (Red+Green+Blue) = 254+250+44=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 44 (17.58% from 255 or 8.03% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA2C is #0105D3. Grayscale: #E4E4E4. Windows color (decimal): -67028 or 2947838. OLE color: 2947838.
HSL color Cylindrical-coordinate representation of color #FEFA2C: hue angle of 58.86º 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 #FEFA2C is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 44 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.00 |
| HSL | 58.86º | 0.99% | 0.58% | - |
| HSV(B) | 58.86º | 0.83% | 1% | - |
| XYZ | 75.51 | 89.62 | 15.7 | - |
| YUV | 227.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 44 | 0 | 0.02 | 0.83 | 0.00 | 58.86 | 0.99 | 0.58 |
| Hex | FE | FA | 2C | 0 | 2 | 53 | 0 | 3B | 63 | 3A |
| Octal | 376 | 372 | 54 | 0 | 2 | 123 | 0 | 73 | 143 | 72 |
| Binary | 11111110 | 11111010 | 101100 | 0 | 10 | 1010011 | 0 | 111011 | 1100011 | 111010 |
Color Harmonies of #FEFA2C
Complementary color
Monochromatic Colors of #FEFA2C
Black with #FEFA2C
Text Example
Text Example
White with #FEFA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA2C; }
p { color: rgb(254,250,44); }
H1.HeaderClassName
{
color: #FEFA2C;
}
.AnyTagClassName
{
color: #FEFA2C;
}
</style>
background-color css
<style>
a { background-color: #FEFA2C; }
a { background-color: rgb(254,250,44); }
div.DivClassName
{
background-color: #FEFA2C;
}
.BgClassName
{
background-color: #FEFA2C;
}
</style>
border-color css
<style>
span { border-color: #FEFA2C; }
span { border-color: rgb(254,250,44); }
td.TdClassName
{
border-color: #FEFA2C;
}
.TagClassName
{
border-color: #FEFA2C;
}
</style>