Shades of Gorse #FEDA3B
Tints of Gorse #FEDA3B
RGB
CMYK
RGB Variations
Color information
#FEDA3B (or 0xFEDA3B) is known color: Gorse. HEX triplet: FE, DA and 3B. RGB value is (254,218,59). Sum of RGB (Red+Green+Blue) = 254+218+59=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 59 (23.44% from 255 or 11.11% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA3B is #0125C4. Grayscale: #D3D3D3. Windows color (decimal): -75205 or 3922686. OLE color: 3922686.
HSL color Cylindrical-coordinate representation of color #FEDA3B: hue angle of 48.92º 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 #FEDA3B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 59 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.00 |
| HSL | 48.92º | 0.99% | 0.61% | - |
| HSV(B) | 48.92º | 0.77% | 1% | - |
| XYZ | 66.73 | 71.53 | 14.43 | - |
| YUV | 210.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 59 | 0 | 0.14 | 0.77 | 0.00 | 48.92 | 0.99 | 0.61 |
| Hex | FE | DA | 3B | 0 | E | 4D | 0 | 31 | 63 | 3D |
| Octal | 376 | 332 | 73 | 0 | 16 | 115 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011010 | 111011 | 0 | 1110 | 1001101 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDA3B
Complementary color
Monochromatic Colors of #FEDA3B
Black with #FEDA3B
Text Example
Text Example
White with #FEDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA3B; }
p { color: rgb(254,218,59); }
H1.HeaderClassName
{
color: #FEDA3B;
}
.AnyTagClassName
{
color: #FEDA3B;
}
</style>
background-color css
<style>
a { background-color: #FEDA3B; }
a { background-color: rgb(254,218,59); }
div.DivClassName
{
background-color: #FEDA3B;
}
.BgClassName
{
background-color: #FEDA3B;
}
</style>
border-color css
<style>
span { border-color: #FEDA3B; }
span { border-color: rgb(254,218,59); }
td.TdClassName
{
border-color: #FEDA3B;
}
.TagClassName
{
border-color: #FEDA3B;
}
</style>