Shades of Gorse #FEFA3B
Tints of Gorse #FEFA3B
RGB
CMYK
RGB Variations
Color information
#FEFA3B (or 0xFEFA3B) is known color: Gorse. HEX triplet: FE, FA and 3B. RGB value is (254,250,59). Sum of RGB (Red+Green+Blue) = 254+250+59=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 59 (23.44% from 255 or 10.48% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA3B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA3B is #0105C4. Grayscale: #E6E6E6. Windows color (decimal): -67013 or 3930878. OLE color: 3930878.
HSL color Cylindrical-coordinate representation of color #FEFA3B: hue angle of 58.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEFA3B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 59 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.00 |
| HSL | 58.77º | 0.99% | 0.61% | - |
| HSV(B) | 58.77º | 0.77% | 1% | - |
| XYZ | 75.85 | 89.76 | 17.47 | - |
| YUV | 229.42 | 31.83 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 59 | 0 | 0.02 | 0.77 | 0.00 | 58.77 | 0.99 | 0.61 |
| Hex | FE | FA | 3B | 0 | 2 | 4D | 0 | 3B | 63 | 3D |
| Octal | 376 | 372 | 73 | 0 | 2 | 115 | 0 | 73 | 143 | 75 |
| Binary | 11111110 | 11111010 | 111011 | 0 | 10 | 1001101 | 0 | 111011 | 1100011 | 111101 |
Color Harmonies of #FEFA3B
Complementary color
Monochromatic Colors of #FEFA3B
Black with #FEFA3B
Text Example
Text Example
White with #FEFA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA3B; }
p { color: rgb(254,250,59); }
H1.HeaderClassName
{
color: #FEFA3B;
}
.AnyTagClassName
{
color: #FEFA3B;
}
</style>
background-color css
<style>
a { background-color: #FEFA3B; }
a { background-color: rgb(254,250,59); }
div.DivClassName
{
background-color: #FEFA3B;
}
.BgClassName
{
background-color: #FEFA3B;
}
</style>
border-color css
<style>
span { border-color: #FEFA3B; }
span { border-color: rgb(254,250,59); }
td.TdClassName
{
border-color: #FEFA3B;
}
.TagClassName
{
border-color: #FEFA3B;
}
</style>