Shades of Gorse #FEDB38
Tints of Gorse #FEDB38
RGB
CMYK
RGB Variations
Color information
#FEDB38 (or 0xFEDB38) is known color: Gorse. HEX triplet: FE, DB and 38. RGB value is (254,219,56). Sum of RGB (Red+Green+Blue) = 254+219+56=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 56 (22.27% from 255 or 10.59% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB38 is #0124C7. Grayscale: #D3D3D3. Windows color (decimal): -74952 or 3726334. OLE color: 3726334.
HSL color Cylindrical-coordinate representation of color #FEDB38: hue angle of 49.39º 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 #FEDB38 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 56 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.00 |
| HSL | 49.39º | 0.99% | 0.61% | - |
| HSV(B) | 49.39º | 0.78% | 1% | - |
| XYZ | 66.92 | 72.02 | 14.12 | - |
| YUV | 210.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 56 | 0 | 0.14 | 0.78 | 0.00 | 49.39 | 0.99 | 0.61 |
| Hex | FE | DB | 38 | 0 | E | 4E | 0 | 31 | 63 | 3D |
| Octal | 376 | 333 | 70 | 0 | 16 | 116 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011011 | 111000 | 0 | 1110 | 1001110 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDB38
Complementary color
Monochromatic Colors of #FEDB38
Black with #FEDB38
Text Example
Text Example
White with #FEDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB38; }
p { color: rgb(254,219,56); }
H1.HeaderClassName
{
color: #FEDB38;
}
.AnyTagClassName
{
color: #FEDB38;
}
</style>
background-color css
<style>
a { background-color: #FEDB38; }
a { background-color: rgb(254,219,56); }
div.DivClassName
{
background-color: #FEDB38;
}
.BgClassName
{
background-color: #FEDB38;
}
</style>
border-color css
<style>
span { border-color: #FEDB38; }
span { border-color: rgb(254,219,56); }
td.TdClassName
{
border-color: #FEDB38;
}
.TagClassName
{
border-color: #FEDB38;
}
</style>