Shades of Gorse #FEFA3C
Tints of Gorse #FEFA3C
RGB
CMYK
RGB Variations
Color information
#FEFA3C (or 0xFEFA3C) is known color: Gorse. HEX triplet: FE, FA and 3C. RGB value is (254,250,60). Sum of RGB (Red+Green+Blue) = 254+250+60=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 60 (23.83% from 255 or 10.64% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA3C is #0105C3. Grayscale: #E6E6E6. Windows color (decimal): -67012 or 3996414. OLE color: 3996414.
HSL color Cylindrical-coordinate representation of color #FEFA3C: hue angle of 58.76º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEFA3C is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 60 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.00 |
| HSL | 58.76º | 0.99% | 0.62% | - |
| HSV(B) | 58.76º | 0.76% | 1% | - |
| XYZ | 75.87 | 89.77 | 17.6 | - |
| YUV | 229.54 | 32.33 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 60 | 0 | 0.02 | 0.76 | 0.00 | 58.76 | 0.99 | 0.62 |
| Hex | FE | FA | 3C | 0 | 2 | 4C | 0 | 3B | 63 | 3E |
| Octal | 376 | 372 | 74 | 0 | 2 | 114 | 0 | 73 | 143 | 76 |
| Binary | 11111110 | 11111010 | 111100 | 0 | 10 | 1001100 | 0 | 111011 | 1100011 | 111110 |
Color Harmonies of #FEFA3C
Complementary color
Monochromatic Colors of #FEFA3C
Black with #FEFA3C
Text Example
Text Example
White with #FEFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA3C; }
p { color: rgb(254,250,60); }
H1.HeaderClassName
{
color: #FEFA3C;
}
.AnyTagClassName
{
color: #FEFA3C;
}
</style>
background-color css
<style>
a { background-color: #FEFA3C; }
a { background-color: rgb(254,250,60); }
div.DivClassName
{
background-color: #FEFA3C;
}
.BgClassName
{
background-color: #FEFA3C;
}
</style>
border-color css
<style>
span { border-color: #FEFA3C; }
span { border-color: rgb(254,250,60); }
td.TdClassName
{
border-color: #FEFA3C;
}
.TagClassName
{
border-color: #FEFA3C;
}
</style>