Shades of Gorse #FEDB37
Tints of Gorse #FEDB37
RGB
CMYK
RGB Variations
Color information
#FEDB37 (or 0xFEDB37) is known color: Gorse. HEX triplet: FE, DB and 37. RGB value is (254,219,55). Sum of RGB (Red+Green+Blue) = 254+219+55=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB37 is #0124C8. Grayscale: #D3D3D3. Windows color (decimal): -74953 or 3660798. OLE color: 3660798.
HSL color Cylindrical-coordinate representation of color #FEDB37: hue angle of 49.45º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDB37 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 55 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.00 |
| HSL | 49.45º | 0.99% | 0.61% | - |
| HSV(B) | 49.45º | 0.78% | 1% | - |
| XYZ | 66.89 | 72.01 | 13.99 | - |
| YUV | 210.77 | 40.1 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 55 | 0 | 0.14 | 0.78 | 0.00 | 49.45 | 0.99 | 0.61 |
| Hex | FE | DB | 37 | 0 | E | 4E | 0 | 31 | 63 | 3D |
| Octal | 376 | 333 | 67 | 0 | 16 | 116 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011011 | 110111 | 0 | 1110 | 1001110 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDB37
Complementary color
Monochromatic Colors of #FEDB37
Black with #FEDB37
Text Example
Text Example
White with #FEDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB37; }
p { color: rgb(254,219,55); }
H1.HeaderClassName
{
color: #FEDB37;
}
.AnyTagClassName
{
color: #FEDB37;
}
</style>
background-color css
<style>
a { background-color: #FEDB37; }
a { background-color: rgb(254,219,55); }
div.DivClassName
{
background-color: #FEDB37;
}
.BgClassName
{
background-color: #FEDB37;
}
</style>
border-color css
<style>
span { border-color: #FEDB37; }
span { border-color: rgb(254,219,55); }
td.TdClassName
{
border-color: #FEDB37;
}
.TagClassName
{
border-color: #FEDB37;
}
</style>