Shades of Gorse #FED832
Tints of Gorse #FED832
RGB
CMYK
RGB Variations
Color information
#FED832 (or 0xFED832) is known color: Gorse. HEX triplet: FE, D8 and 32. RGB value is (254,216,50). Sum of RGB (Red+Green+Blue) = 254+216+50=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FED832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED832 is #0127CD. Grayscale: #D1D1D1. Windows color (decimal): -75726 or 3332350. OLE color: 3332350.
HSL color Cylindrical-coordinate representation of color #FED832: hue angle of 48.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED832 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 50 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.00 |
| HSL | 48.82º | 0.99% | 0.6% | - |
| HSV(B) | 48.82º | 0.8% | 1% | - |
| XYZ | 66 | 70.41 | 13.13 | - |
| YUV | 208.44 | 38.59 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 50 | 0 | 0.15 | 0.80 | 0.00 | 48.82 | 0.99 | 0.6 |
| Hex | FE | D8 | 32 | 0 | F | 50 | 0 | 31 | 63 | 3C |
| Octal | 376 | 330 | 62 | 0 | 17 | 120 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011000 | 110010 | 0 | 1111 | 1010000 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FED832
Complementary color
Monochromatic Colors of #FED832
Black with #FED832
Text Example
Text Example
White with #FED832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED832; }
p { color: rgb(254,216,50); }
H1.HeaderClassName
{
color: #FED832;
}
.AnyTagClassName
{
color: #FED832;
}
</style>
background-color css
<style>
a { background-color: #FED832; }
a { background-color: rgb(254,216,50); }
div.DivClassName
{
background-color: #FED832;
}
.BgClassName
{
background-color: #FED832;
}
</style>
border-color css
<style>
span { border-color: #FED832; }
span { border-color: rgb(254,216,50); }
td.TdClassName
{
border-color: #FED832;
}
.TagClassName
{
border-color: #FED832;
}
</style>