Shades of Gorse #FED936
Tints of Gorse #FED936
RGB
CMYK
RGB Variations
Color information
#FED936 (or 0xFED936) is known color: Gorse. HEX triplet: FE, D9 and 36. RGB value is (254,217,54). Sum of RGB (Red+Green+Blue) = 254+217+54=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 54 (21.48% from 255 or 10.29% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FED936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED936 is #0126C9. Grayscale: #D2D2D2. Windows color (decimal): -75466 or 3594750. OLE color: 3594750.
HSL color Cylindrical-coordinate representation of color #FED936: hue angle of 48.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FED936 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 54 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.00 |
| HSL | 48.9º | 0.99% | 0.6% | - |
| HSV(B) | 48.9º | 0.79% | 1% | - |
| XYZ | 66.35 | 70.96 | 13.69 | - |
| YUV | 209.48 | 40.26 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 54 | 0 | 0.15 | 0.79 | 0.00 | 48.9 | 0.99 | 0.6 |
| Hex | FE | D9 | 36 | 0 | F | 4F | 0 | 31 | 63 | 3C |
| Octal | 376 | 331 | 66 | 0 | 17 | 117 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011001 | 110110 | 0 | 1111 | 1001111 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FED936
Complementary color
Monochromatic Colors of #FED936
Black with #FED936
Text Example
Text Example
White with #FED936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED936; }
p { color: rgb(254,217,54); }
H1.HeaderClassName
{
color: #FED936;
}
.AnyTagClassName
{
color: #FED936;
}
</style>
background-color css
<style>
a { background-color: #FED936; }
a { background-color: rgb(254,217,54); }
div.DivClassName
{
background-color: #FED936;
}
.BgClassName
{
background-color: #FED936;
}
</style>
border-color css
<style>
span { border-color: #FED936; }
span { border-color: rgb(254,217,54); }
td.TdClassName
{
border-color: #FED936;
}
.TagClassName
{
border-color: #FED936;
}
</style>