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