Shades of Gorse #FEDD41
Tints of Gorse #FEDD41
RGB
CMYK
RGB Variations
Color information
#FEDD41 (or 0xFEDD41) is known color: Gorse. HEX triplet: FE, DD and 41. RGB value is (254,221,65). Sum of RGB (Red+Green+Blue) = 254+221+65=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 65 (25.78% from 255 or 12.04% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD41 is #0122BE. Grayscale: #D5D5D5. Windows color (decimal): -74431 or 4316670. OLE color: 4316670.
HSL color Cylindrical-coordinate representation of color #FEDD41: hue angle of 49.52º 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 #FEDD41 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 65 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.00 |
| HSL | 49.52º | 0.99% | 0.63% | - |
| HSV(B) | 49.52º | 0.74% | 1% | - |
| XYZ | 67.68 | 73.17 | 15.56 | - |
| YUV | 213.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 65 | 0 | 0.13 | 0.74 | 0.00 | 49.52 | 0.99 | 0.63 |
| Hex | FE | DD | 41 | 0 | D | 4A | 0 | 32 | 63 | 3F |
| Octal | 376 | 335 | 101 | 0 | 15 | 112 | 0 | 62 | 143 | 77 |
| Binary | 11111110 | 11011101 | 1000001 | 0 | 1101 | 1001010 | 0 | 110010 | 1100011 | 111111 |
Color Harmonies of #FEDD41
Complementary color
Monochromatic Colors of #FEDD41
Black with #FEDD41
Text Example
Text Example
White with #FEDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD41; }
p { color: rgb(254,221,65); }
H1.HeaderClassName
{
color: #FEDD41;
}
.AnyTagClassName
{
color: #FEDD41;
}
</style>
background-color css
<style>
a { background-color: #FEDD41; }
a { background-color: rgb(254,221,65); }
div.DivClassName
{
background-color: #FEDD41;
}
.BgClassName
{
background-color: #FEDD41;
}
</style>
border-color css
<style>
span { border-color: #FEDD41; }
span { border-color: rgb(254,221,65); }
td.TdClassName
{
border-color: #FEDD41;
}
.TagClassName
{
border-color: #FEDD41;
}
</style>