Shades of Gorse #FEDA35
Tints of Gorse #FEDA35
RGB
CMYK
RGB Variations
Color information
#FEDA35 (or 0xFEDA35) is known color: Gorse. HEX triplet: FE, DA and 35. RGB value is (254,218,53). Sum of RGB (Red+Green+Blue) = 254+218+53=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 53 (21.09% from 255 or 10.10% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA35 is #0125CA. Grayscale: #D2D2D2. Windows color (decimal): -75211 or 3529470. OLE color: 3529470.
HSL color Cylindrical-coordinate representation of color #FEDA35: hue angle of 49.25º 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 #FEDA35 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 53 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.00 |
| HSL | 49.25º | 0.99% | 0.6% | - |
| HSV(B) | 49.25º | 0.79% | 1% | - |
| XYZ | 66.59 | 71.47 | 13.65 | - |
| YUV | 209.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 53 | 0 | 0.14 | 0.79 | 0.00 | 49.25 | 0.99 | 0.6 |
| Hex | FE | DA | 35 | 0 | E | 4F | 0 | 31 | 63 | 3C |
| Octal | 376 | 332 | 65 | 0 | 16 | 117 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011010 | 110101 | 0 | 1110 | 1001111 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FEDA35
Complementary color
Monochromatic Colors of #FEDA35
Black with #FEDA35
Text Example
Text Example
White with #FEDA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA35; }
p { color: rgb(254,218,53); }
H1.HeaderClassName
{
color: #FEDA35;
}
.AnyTagClassName
{
color: #FEDA35;
}
</style>
background-color css
<style>
a { background-color: #FEDA35; }
a { background-color: rgb(254,218,53); }
div.DivClassName
{
background-color: #FEDA35;
}
.BgClassName
{
background-color: #FEDA35;
}
</style>
border-color css
<style>
span { border-color: #FEDA35; }
span { border-color: rgb(254,218,53); }
td.TdClassName
{
border-color: #FEDA35;
}
.TagClassName
{
border-color: #FEDA35;
}
</style>