Shades of Gorse #FEDE41
Tints of Gorse #FEDE41
RGB
CMYK
RGB Variations
Color information
#FEDE41 (or 0xFEDE41) is known color: Gorse. HEX triplet: FE, DE and 41. RGB value is (254,222,65). Sum of RGB (Red+Green+Blue) = 254+222+65=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 65 (25.78% from 255 or 12.01% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE41 is #0121BE. Grayscale: #D6D6D6. Windows color (decimal): -74175 or 4316926. OLE color: 4316926.
HSL color Cylindrical-coordinate representation of color #FEDE41: hue angle of 49.84º 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 #FEDE41 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 65 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.00 |
| HSL | 49.84º | 0.99% | 0.63% | - |
| HSV(B) | 49.84º | 0.74% | 1% | - |
| XYZ | 67.95 | 73.7 | 15.64 | - |
| YUV | 213.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 65 | 0 | 0.13 | 0.74 | 0.00 | 49.84 | 0.99 | 0.63 |
| Hex | FE | DE | 41 | 0 | D | 4A | 0 | 32 | 63 | 3F |
| Octal | 376 | 336 | 101 | 0 | 15 | 112 | 0 | 62 | 143 | 77 |
| Binary | 11111110 | 11011110 | 1000001 | 0 | 1101 | 1001010 | 0 | 110010 | 1100011 | 111111 |
Color Harmonies of #FEDE41
Complementary color
Monochromatic Colors of #FEDE41
Black with #FEDE41
Text Example
Text Example
White with #FEDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE41; }
p { color: rgb(254,222,65); }
H1.HeaderClassName
{
color: #FEDE41;
}
.AnyTagClassName
{
color: #FEDE41;
}
</style>
background-color css
<style>
a { background-color: #FEDE41; }
a { background-color: rgb(254,222,65); }
div.DivClassName
{
background-color: #FEDE41;
}
.BgClassName
{
background-color: #FEDE41;
}
</style>
border-color css
<style>
span { border-color: #FEDE41; }
span { border-color: rgb(254,222,65); }
td.TdClassName
{
border-color: #FEDE41;
}
.TagClassName
{
border-color: #FEDE41;
}
</style>