Shades of Gorse #FED93D
Tints of Gorse #FED93D
RGB
CMYK
RGB Variations
Color information
#FED93D (or 0xFED93D) is known color: Gorse. HEX triplet: FE, D9 and 3D. RGB value is (254,217,61). Sum of RGB (Red+Green+Blue) = 254+217+61=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FED93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED93D is #0126C2. Grayscale: #D2D2D2. Windows color (decimal): -75459 or 4053502. OLE color: 4053502.
HSL color Cylindrical-coordinate representation of color #FED93D: hue angle of 48.5º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED93D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.00 |
| HSL | 48.5º | 0.99% | 0.62% | - |
| HSV(B) | 48.5º | 0.76% | 1% | - |
| XYZ | 66.53 | 71.03 | 14.62 | - |
| YUV | 210.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 61 | 0 | 0.15 | 0.76 | 0.00 | 48.5 | 0.99 | 0.62 |
| Hex | FE | D9 | 3D | 0 | F | 4C | 0 | 30 | 63 | 3E |
| Octal | 376 | 331 | 75 | 0 | 17 | 114 | 0 | 60 | 143 | 76 |
| Binary | 11111110 | 11011001 | 111101 | 0 | 1111 | 1001100 | 0 | 110000 | 1100011 | 111110 |
Color Harmonies of #FED93D
Complementary color
Monochromatic Colors of #FED93D
Black with #FED93D
Text Example
Text Example
White with #FED93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED93D; }
p { color: rgb(254,217,61); }
H1.HeaderClassName
{
color: #FED93D;
}
.AnyTagClassName
{
color: #FED93D;
}
</style>
background-color css
<style>
a { background-color: #FED93D; }
a { background-color: rgb(254,217,61); }
div.DivClassName
{
background-color: #FED93D;
}
.BgClassName
{
background-color: #FED93D;
}
</style>
border-color css
<style>
span { border-color: #FED93D; }
span { border-color: rgb(254,217,61); }
td.TdClassName
{
border-color: #FED93D;
}
.TagClassName
{
border-color: #FED93D;
}
</style>