Shades of Gorse #FEDA41
Tints of Gorse #FEDA41
RGB
CMYK
RGB Variations
Color information
#FEDA41 (or 0xFEDA41) is known color: Gorse. HEX triplet: FE, DA and 41. RGB value is (254,218,65). Sum of RGB (Red+Green+Blue) = 254+218+65=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA41 is #0125BE. Grayscale: #D3D3D3. Windows color (decimal): -75199 or 4315902. OLE color: 4315902.
HSL color Cylindrical-coordinate representation of color #FEDA41: hue angle of 48.57º 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 #FEDA41 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 65 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.00 |
| HSL | 48.57º | 0.99% | 0.63% | - |
| HSV(B) | 48.57º | 0.74% | 1% | - |
| XYZ | 66.9 | 71.6 | 15.29 | - |
| YUV | 211.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 65 | 0 | 0.14 | 0.74 | 0.00 | 48.57 | 0.99 | 0.63 |
| Hex | FE | DA | 41 | 0 | E | 4A | 0 | 31 | 63 | 3F |
| Octal | 376 | 332 | 101 | 0 | 16 | 112 | 0 | 61 | 143 | 77 |
| Binary | 11111110 | 11011010 | 1000001 | 0 | 1110 | 1001010 | 0 | 110001 | 1100011 | 111111 |
Color Harmonies of #FEDA41
Complementary color
Monochromatic Colors of #FEDA41
Black with #FEDA41
Text Example
Text Example
White with #FEDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA41; }
p { color: rgb(254,218,65); }
H1.HeaderClassName
{
color: #FEDA41;
}
.AnyTagClassName
{
color: #FEDA41;
}
</style>
background-color css
<style>
a { background-color: #FEDA41; }
a { background-color: rgb(254,218,65); }
div.DivClassName
{
background-color: #FEDA41;
}
.BgClassName
{
background-color: #FEDA41;
}
</style>
border-color css
<style>
span { border-color: #FEDA41; }
span { border-color: rgb(254,218,65); }
td.TdClassName
{
border-color: #FEDA41;
}
.TagClassName
{
border-color: #FEDA41;
}
</style>