Shades of Gorse #FED940
Tints of Gorse #FED940
RGB
CMYK
RGB Variations
Color information
#FED940 (or 0xFED940) is known color: Gorse. HEX triplet: FE, D9 and 40. RGB value is (254,217,64). Sum of RGB (Red+Green+Blue) = 254+217+64=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED940 is #0126BF. Grayscale: #D3D3D3. Windows color (decimal): -75456 or 4250110. OLE color: 4250110.
HSL color Cylindrical-coordinate representation of color #FED940: hue angle of 48.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FED940 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 64 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.00 |
| HSL | 48.32º | 0.99% | 0.62% | - |
| HSV(B) | 48.32º | 0.75% | 1% | - |
| XYZ | 66.61 | 71.07 | 15.06 | - |
| YUV | 210.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 64 | 0 | 0.15 | 0.75 | 0.00 | 48.32 | 0.99 | 0.62 |
| Hex | FE | D9 | 40 | 0 | F | 4B | 0 | 30 | 63 | 3E |
| Octal | 376 | 331 | 100 | 0 | 17 | 113 | 0 | 60 | 143 | 76 |
| Binary | 11111110 | 11011001 | 1000000 | 0 | 1111 | 1001011 | 0 | 110000 | 1100011 | 111110 |
Color Harmonies of #FED940
Complementary color
Monochromatic Colors of #FED940
Black with #FED940
Text Example
Text Example
White with #FED940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED940; }
p { color: rgb(254,217,64); }
H1.HeaderClassName
{
color: #FED940;
}
.AnyTagClassName
{
color: #FED940;
}
</style>
background-color css
<style>
a { background-color: #FED940; }
a { background-color: rgb(254,217,64); }
div.DivClassName
{
background-color: #FED940;
}
.BgClassName
{
background-color: #FED940;
}
</style>
border-color css
<style>
span { border-color: #FED940; }
span { border-color: rgb(254,217,64); }
td.TdClassName
{
border-color: #FED940;
}
.TagClassName
{
border-color: #FED940;
}
</style>