Shades of Gorse #FEDB35
Tints of Gorse #FEDB35
RGB
CMYK
RGB Variations
Color information
#FEDB35 (or 0xFEDB35) is known color: Gorse. HEX triplet: FE, DB and 35. RGB value is (254,219,53). Sum of RGB (Red+Green+Blue) = 254+219+53=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 53 (21.09% from 255 or 10.08% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB35 is #0124CA. Grayscale: #D3D3D3. Windows color (decimal): -74955 or 3529726. OLE color: 3529726.
HSL color Cylindrical-coordinate representation of color #FEDB35: hue angle of 49.55º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEDB35 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 53 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.00 |
| HSL | 49.55º | 0.99% | 0.6% | - |
| HSV(B) | 49.55º | 0.79% | 1% | - |
| XYZ | 66.85 | 71.99 | 13.74 | - |
| YUV | 210.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 53 | 0 | 0.14 | 0.79 | 0.00 | 49.55 | 0.99 | 0.6 |
| Hex | FE | DB | 35 | 0 | E | 4F | 0 | 32 | 63 | 3C |
| Octal | 376 | 333 | 65 | 0 | 16 | 117 | 0 | 62 | 143 | 74 |
| Binary | 11111110 | 11011011 | 110101 | 0 | 1110 | 1001111 | 0 | 110010 | 1100011 | 111100 |
Color Harmonies of #FEDB35
Complementary color
Monochromatic Colors of #FEDB35
Black with #FEDB35
Text Example
Text Example
White with #FEDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB35; }
p { color: rgb(254,219,53); }
H1.HeaderClassName
{
color: #FEDB35;
}
.AnyTagClassName
{
color: #FEDB35;
}
</style>
background-color css
<style>
a { background-color: #FEDB35; }
a { background-color: rgb(254,219,53); }
div.DivClassName
{
background-color: #FEDB35;
}
.BgClassName
{
background-color: #FEDB35;
}
</style>
border-color css
<style>
span { border-color: #FEDB35; }
span { border-color: rgb(254,219,53); }
td.TdClassName
{
border-color: #FEDB35;
}
.TagClassName
{
border-color: #FEDB35;
}
</style>