Shades of Gorse #FEDB3A
Tints of Gorse #FEDB3A
RGB
CMYK
RGB Variations
Color information
#FEDB3A (or 0xFEDB3A) is known color: Gorse. HEX triplet: FE, DB and 3A. RGB value is (254,219,58). Sum of RGB (Red+Green+Blue) = 254+219+58=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB3A is #0124C5. Grayscale: #D3D3D3. Windows color (decimal): -74950 or 3857406. OLE color: 3857406.
HSL color Cylindrical-coordinate representation of color #FEDB3A: hue angle of 49.29º 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 #FEDB3A is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 58 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.00 |
| HSL | 49.29º | 0.99% | 0.61% | - |
| HSV(B) | 49.29º | 0.77% | 1% | - |
| XYZ | 66.97 | 72.04 | 14.38 | - |
| YUV | 211.11 | 41.6 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 58 | 0 | 0.14 | 0.77 | 0.00 | 49.29 | 0.99 | 0.61 |
| Hex | FE | DB | 3A | 0 | E | 4D | 0 | 31 | 63 | 3D |
| Octal | 376 | 333 | 72 | 0 | 16 | 115 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011011 | 111010 | 0 | 1110 | 1001101 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDB3A
Complementary color
Monochromatic Colors of #FEDB3A
Black with #FEDB3A
Text Example
Text Example
White with #FEDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB3A; }
p { color: rgb(254,219,58); }
H1.HeaderClassName
{
color: #FEDB3A;
}
.AnyTagClassName
{
color: #FEDB3A;
}
</style>
background-color css
<style>
a { background-color: #FEDB3A; }
a { background-color: rgb(254,219,58); }
div.DivClassName
{
background-color: #FEDB3A;
}
.BgClassName
{
background-color: #FEDB3A;
}
</style>
border-color css
<style>
span { border-color: #FEDB3A; }
span { border-color: rgb(254,219,58); }
td.TdClassName
{
border-color: #FEDB3A;
}
.TagClassName
{
border-color: #FEDB3A;
}
</style>