Shades of Gorse #FEDC42
Tints of Gorse #FEDC42
RGB
CMYK
RGB Variations
Color information
#FEDC42 (or 0xFEDC42) is known color: Gorse. HEX triplet: FE, DC and 42. RGB value is (254,220,66). Sum of RGB (Red+Green+Blue) = 254+220+66=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 66 (26.17% from 255 or 12.22% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC42 is #0123BD. Grayscale: #D5D5D5. Windows color (decimal): -74686 or 4381950. OLE color: 4381950.
HSL color Cylindrical-coordinate representation of color #FEDC42: hue angle of 49.15º 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 #FEDC42 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 66 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.00 |
| HSL | 49.15º | 0.99% | 0.63% | - |
| HSV(B) | 49.15º | 0.74% | 1% | - |
| XYZ | 67.45 | 72.65 | 15.62 | - |
| YUV | 212.61 | 45.26 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 66 | 0 | 0.13 | 0.74 | 0.00 | 49.15 | 0.99 | 0.63 |
| Hex | FE | DC | 42 | 0 | D | 4A | 0 | 31 | 63 | 3F |
| Octal | 376 | 334 | 102 | 0 | 15 | 112 | 0 | 61 | 143 | 77 |
| Binary | 11111110 | 11011100 | 1000010 | 0 | 1101 | 1001010 | 0 | 110001 | 1100011 | 111111 |
Color Harmonies of #FEDC42
Complementary color
Monochromatic Colors of #FEDC42
Black with #FEDC42
Text Example
Text Example
White with #FEDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC42; }
p { color: rgb(254,220,66); }
H1.HeaderClassName
{
color: #FEDC42;
}
.AnyTagClassName
{
color: #FEDC42;
}
</style>
background-color css
<style>
a { background-color: #FEDC42; }
a { background-color: rgb(254,220,66); }
div.DivClassName
{
background-color: #FEDC42;
}
.BgClassName
{
background-color: #FEDC42;
}
</style>
border-color css
<style>
span { border-color: #FEDC42; }
span { border-color: rgb(254,220,66); }
td.TdClassName
{
border-color: #FEDC42;
}
.TagClassName
{
border-color: #FEDC42;
}
</style>