Shades of Gorse #FEDA43
Tints of Gorse #FEDA43
RGB
CMYK
RGB Variations
Color information
#FEDA43 (or 0xFEDA43) is known color: Gorse. HEX triplet: FE, DA and 43. RGB value is (254,218,67). Sum of RGB (Red+Green+Blue) = 254+218+67=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA43 is #0125BC. Grayscale: #D4D4D4. Windows color (decimal): -75197 or 4446974. OLE color: 4446974.
HSL color Cylindrical-coordinate representation of color #FEDA43: hue angle of 48.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEDA43 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 67 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.00 |
| HSL | 48.45º | 0.99% | 0.63% | - |
| HSV(B) | 48.45º | 0.74% | 1% | - |
| XYZ | 66.96 | 71.62 | 15.6 | - |
| YUV | 211.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 67 | 0 | 0.14 | 0.74 | 0.00 | 48.45 | 0.99 | 0.63 |
| Hex | FE | DA | 43 | 0 | E | 4A | 0 | 30 | 63 | 3F |
| Octal | 376 | 332 | 103 | 0 | 16 | 112 | 0 | 60 | 143 | 77 |
| Binary | 11111110 | 11011010 | 1000011 | 0 | 1110 | 1001010 | 0 | 110000 | 1100011 | 111111 |
Color Harmonies of #FEDA43
Complementary color
Monochromatic Colors of #FEDA43
Black with #FEDA43
Text Example
Text Example
White with #FEDA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA43; }
p { color: rgb(254,218,67); }
H1.HeaderClassName
{
color: #FEDA43;
}
.AnyTagClassName
{
color: #FEDA43;
}
</style>
background-color css
<style>
a { background-color: #FEDA43; }
a { background-color: rgb(254,218,67); }
div.DivClassName
{
background-color: #FEDA43;
}
.BgClassName
{
background-color: #FEDA43;
}
</style>
border-color css
<style>
span { border-color: #FEDA43; }
span { border-color: rgb(254,218,67); }
td.TdClassName
{
border-color: #FEDA43;
}
.TagClassName
{
border-color: #FEDA43;
}
</style>