Shades of Gorse #FEDB39
Tints of Gorse #FEDB39
RGB
CMYK
RGB Variations
Color information
#FEDB39 (or 0xFEDB39) is known color: Gorse. HEX triplet: FE, DB and 39. RGB value is (254,219,57). Sum of RGB (Red+Green+Blue) = 254+219+57=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 57 (22.66% from 255 or 10.75% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB39 is #0124C6. Grayscale: #D3D3D3. Windows color (decimal): -74951 or 3791870. OLE color: 3791870.
HSL color Cylindrical-coordinate representation of color #FEDB39: hue angle of 49.34º 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 #FEDB39 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 57 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.00 |
| HSL | 49.34º | 0.99% | 0.61% | - |
| HSV(B) | 49.34º | 0.78% | 1% | - |
| XYZ | 66.94 | 72.03 | 14.25 | - |
| YUV | 211 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 57 | 0 | 0.14 | 0.78 | 0.00 | 49.34 | 0.99 | 0.61 |
| Hex | FE | DB | 39 | 0 | E | 4E | 0 | 31 | 63 | 3D |
| Octal | 376 | 333 | 71 | 0 | 16 | 116 | 0 | 61 | 143 | 75 |
| Binary | 11111110 | 11011011 | 111001 | 0 | 1110 | 1001110 | 0 | 110001 | 1100011 | 111101 |
Color Harmonies of #FEDB39
Complementary color
Monochromatic Colors of #FEDB39
Black with #FEDB39
Text Example
Text Example
White with #FEDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB39; }
p { color: rgb(254,219,57); }
H1.HeaderClassName
{
color: #FEDB39;
}
.AnyTagClassName
{
color: #FEDB39;
}
</style>
background-color css
<style>
a { background-color: #FEDB39; }
a { background-color: rgb(254,219,57); }
div.DivClassName
{
background-color: #FEDB39;
}
.BgClassName
{
background-color: #FEDB39;
}
</style>
border-color css
<style>
span { border-color: #FEDB39; }
span { border-color: rgb(254,219,57); }
td.TdClassName
{
border-color: #FEDB39;
}
.TagClassName
{
border-color: #FEDB39;
}
</style>