Shades of Gorse #FED93B
Tints of Gorse #FED93B
RGB
CMYK
RGB Variations
Color information
#FED93B (or 0xFED93B) is known color: Gorse. HEX triplet: FE, D9 and 3B. RGB value is (254,217,59). Sum of RGB (Red+Green+Blue) = 254+217+59=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 59 (23.44% from 255 or 11.13% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FED93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED93B is #0126C4. Grayscale: #D2D2D2. Windows color (decimal): -75461 or 3922430. OLE color: 3922430.
HSL color Cylindrical-coordinate representation of color #FED93B: hue angle of 48.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FED93B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 59 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.00 |
| HSL | 48.62º | 0.99% | 0.61% | - |
| HSV(B) | 48.62º | 0.77% | 1% | - |
| XYZ | 66.48 | 71.01 | 14.34 | - |
| YUV | 210.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 59 | 0 | 0.15 | 0.77 | 0.00 | 48.62 | 0.99 | 0.61 |
| Hex | FE | D9 | 3B | 0 | F | 4D | 0 | 31 | 63 | 3D |
| Octal | 376 | 331 | 73 | 0 | 17 | 115 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011001 | 111011 | 0 | 1111 | 1001101 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FED93B
Complementary color
Monochromatic Colors of #FED93B
Black with #FED93B
Text Example
Text Example
White with #FED93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED93B; }
p { color: rgb(254,217,59); }
H1.HeaderClassName
{
color: #FED93B;
}
.AnyTagClassName
{
color: #FED93B;
}
</style>
background-color css
<style>
a { background-color: #FED93B; }
a { background-color: rgb(254,217,59); }
div.DivClassName
{
background-color: #FED93B;
}
.BgClassName
{
background-color: #FED93B;
}
</style>
border-color css
<style>
span { border-color: #FED93B; }
span { border-color: rgb(254,217,59); }
td.TdClassName
{
border-color: #FED93B;
}
.TagClassName
{
border-color: #FED93B;
}
</style>