Shades of Gorse #FED933
Tints of Gorse #FED933
RGB
CMYK
RGB Variations
Color information
#FED933 (or 0xFED933) is known color: Gorse. HEX triplet: FE, D9 and 33. RGB value is (254,217,51). Sum of RGB (Red+Green+Blue) = 254+217+51=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FED933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED933 is #0126CC. Grayscale: #D1D1D1. Windows color (decimal): -75469 or 3398142. OLE color: 3398142.
HSL color Cylindrical-coordinate representation of color #FED933: hue angle of 49.06º 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 #FED933 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 51 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.00 |
| HSL | 49.06º | 0.99% | 0.6% | - |
| HSV(B) | 49.06º | 0.8% | 1% | - |
| XYZ | 66.28 | 70.94 | 13.33 | - |
| YUV | 209.14 | 38.76 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 51 | 0 | 0.15 | 0.80 | 0.00 | 49.06 | 0.99 | 0.6 |
| Hex | FE | D9 | 33 | 0 | F | 50 | 0 | 31 | 63 | 3C |
| Octal | 376 | 331 | 63 | 0 | 17 | 120 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011001 | 110011 | 0 | 1111 | 1010000 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FED933
Complementary color
Monochromatic Colors of #FED933
Black with #FED933
Text Example
Text Example
White with #FED933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED933; }
p { color: rgb(254,217,51); }
H1.HeaderClassName
{
color: #FED933;
}
.AnyTagClassName
{
color: #FED933;
}
</style>
background-color css
<style>
a { background-color: #FED933; }
a { background-color: rgb(254,217,51); }
div.DivClassName
{
background-color: #FED933;
}
.BgClassName
{
background-color: #FED933;
}
</style>
border-color css
<style>
span { border-color: #FED933; }
span { border-color: rgb(254,217,51); }
td.TdClassName
{
border-color: #FED933;
}
.TagClassName
{
border-color: #FED933;
}
</style>