Shades of Gorse #FED838
Tints of Gorse #FED838
RGB
CMYK
RGB Variations
Color information
#FED838 (or 0xFED838) is known color: Gorse. HEX triplet: FE, D8 and 38. RGB value is (254,216,56). Sum of RGB (Red+Green+Blue) = 254+216+56=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 56 (22.27% from 255 or 10.65% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FED838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED838 is #0127C7. Grayscale: #D1D1D1. Windows color (decimal): -75720 or 3725566. OLE color: 3725566.
HSL color Cylindrical-coordinate representation of color #FED838: hue angle of 48.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FED838 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 56 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.00 |
| HSL | 48.48º | 0.99% | 0.61% | - |
| HSV(B) | 48.48º | 0.78% | 1% | - |
| XYZ | 66.14 | 70.47 | 13.86 | - |
| YUV | 209.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 56 | 0 | 0.15 | 0.78 | 0.00 | 48.48 | 0.99 | 0.61 |
| Hex | FE | D8 | 38 | 0 | F | 4E | 0 | 30 | 63 | 3D |
| Octal | 376 | 330 | 70 | 0 | 17 | 116 | 0 | 60 | 143 | 75 |
| Binary | 11111110 | 11011000 | 111000 | 0 | 1111 | 1001110 | 0 | 110000 | 1100011 | 111101 |
Color Harmonies of #FED838
Complementary color
Monochromatic Colors of #FED838
Black with #FED838
Text Example
Text Example
White with #FED838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED838; }
p { color: rgb(254,216,56); }
H1.HeaderClassName
{
color: #FED838;
}
.AnyTagClassName
{
color: #FED838;
}
</style>
background-color css
<style>
a { background-color: #FED838; }
a { background-color: rgb(254,216,56); }
div.DivClassName
{
background-color: #FED838;
}
.BgClassName
{
background-color: #FED838;
}
</style>
border-color css
<style>
span { border-color: #FED838; }
span { border-color: rgb(254,216,56); }
td.TdClassName
{
border-color: #FED838;
}
.TagClassName
{
border-color: #FED838;
}
</style>