Shades of Gorse #FED937
Tints of Gorse #FED937
RGB
CMYK
RGB Variations
Color information
#FED937 (or 0xFED937) is known color: Gorse. HEX triplet: FE, D9 and 37. RGB value is (254,217,55). Sum of RGB (Red+Green+Blue) = 254+217+55=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 55 (21.88% from 255 or 10.46% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FED937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED937 is #0126C8. Grayscale: #D2D2D2. Windows color (decimal): -75465 or 3660286. OLE color: 3660286.
HSL color Cylindrical-coordinate representation of color #FED937: hue angle of 48.84º 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 #FED937 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 55 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.00 |
| HSL | 48.84º | 0.99% | 0.61% | - |
| HSV(B) | 48.84º | 0.78% | 1% | - |
| XYZ | 66.38 | 70.97 | 13.82 | - |
| YUV | 209.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 55 | 0 | 0.15 | 0.78 | 0.00 | 48.84 | 0.99 | 0.61 |
| Hex | FE | D9 | 37 | 0 | F | 4E | 0 | 31 | 63 | 3D |
| Octal | 376 | 331 | 67 | 0 | 17 | 116 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011001 | 110111 | 0 | 1111 | 1001110 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FED937
Complementary color
Monochromatic Colors of #FED937
Black with #FED937
Text Example
Text Example
White with #FED937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED937; }
p { color: rgb(254,217,55); }
H1.HeaderClassName
{
color: #FED937;
}
.AnyTagClassName
{
color: #FED937;
}
</style>
background-color css
<style>
a { background-color: #FED937; }
a { background-color: rgb(254,217,55); }
div.DivClassName
{
background-color: #FED937;
}
.BgClassName
{
background-color: #FED937;
}
</style>
border-color css
<style>
span { border-color: #FED937; }
span { border-color: rgb(254,217,55); }
td.TdClassName
{
border-color: #FED937;
}
.TagClassName
{
border-color: #FED937;
}
</style>