Shades of Gorse #FEDB40
Tints of Gorse #FEDB40
RGB
CMYK
RGB Variations
Color information
#FEDB40 (or 0xFEDB40) is known color: Gorse. HEX triplet: FE, DB and 40. RGB value is (254,219,64). Sum of RGB (Red+Green+Blue) = 254+219+64=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB40 is #0124BF. Grayscale: #D4D4D4. Windows color (decimal): -74944 or 4250622. OLE color: 4250622.
HSL color Cylindrical-coordinate representation of color #FEDB40: hue angle of 48.95º 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 #FEDB40 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 64 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.00 |
| HSL | 48.95º | 0.99% | 0.62% | - |
| HSV(B) | 48.95º | 0.75% | 1% | - |
| XYZ | 67.13 | 72.1 | 15.23 | - |
| YUV | 211.8 | 44.6 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 64 | 0 | 0.14 | 0.75 | 0.00 | 48.95 | 0.99 | 0.62 |
| Hex | FE | DB | 40 | 0 | E | 4B | 0 | 31 | 63 | 3E |
| Octal | 376 | 333 | 100 | 0 | 16 | 113 | 0 | 61 | 143 | 76 |
| Binary | 11111110 | 11011011 | 1000000 | 0 | 1110 | 1001011 | 0 | 110001 | 1100011 | 111110 |
Color Harmonies of #FEDB40
Complementary color
Monochromatic Colors of #FEDB40
Black with #FEDB40
Text Example
Text Example
White with #FEDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB40; }
p { color: rgb(254,219,64); }
H1.HeaderClassName
{
color: #FEDB40;
}
.AnyTagClassName
{
color: #FEDB40;
}
</style>
background-color css
<style>
a { background-color: #FEDB40; }
a { background-color: rgb(254,219,64); }
div.DivClassName
{
background-color: #FEDB40;
}
.BgClassName
{
background-color: #FEDB40;
}
</style>
border-color css
<style>
span { border-color: #FEDB40; }
span { border-color: rgb(254,219,64); }
td.TdClassName
{
border-color: #FEDB40;
}
.TagClassName
{
border-color: #FEDB40;
}
</style>