Shades of Gorse #FED932
Tints of Gorse #FED932
RGB
CMYK
RGB Variations
Color information
#FED932 (or 0xFED932) is known color: Gorse. HEX triplet: FE, D9 and 32. RGB value is (254,217,50). Sum of RGB (Red+Green+Blue) = 254+217+50=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FED932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED932 is #0126CD. Grayscale: #D1D1D1. Windows color (decimal): -75470 or 3332606. OLE color: 3332606.
HSL color Cylindrical-coordinate representation of color #FED932: hue angle of 49.12º 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 #FED932 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 50 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.00 |
| HSL | 49.12º | 0.99% | 0.6% | - |
| HSV(B) | 49.12º | 0.8% | 1% | - |
| XYZ | 66.26 | 70.93 | 13.22 | - |
| YUV | 209.03 | 38.26 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 50 | 0 | 0.15 | 0.80 | 0.00 | 49.12 | 0.99 | 0.6 |
| Hex | FE | D9 | 32 | 0 | F | 50 | 0 | 31 | 63 | 3C |
| Octal | 376 | 331 | 62 | 0 | 17 | 120 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011001 | 110010 | 0 | 1111 | 1010000 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FED932
Complementary color
Monochromatic Colors of #FED932
Black with #FED932
Text Example
Text Example
White with #FED932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED932; }
p { color: rgb(254,217,50); }
H1.HeaderClassName
{
color: #FED932;
}
.AnyTagClassName
{
color: #FED932;
}
</style>
background-color css
<style>
a { background-color: #FED932; }
a { background-color: rgb(254,217,50); }
div.DivClassName
{
background-color: #FED932;
}
.BgClassName
{
background-color: #FED932;
}
</style>
border-color css
<style>
span { border-color: #FED932; }
span { border-color: rgb(254,217,50); }
td.TdClassName
{
border-color: #FED932;
}
.TagClassName
{
border-color: #FED932;
}
</style>