Shades of Gorse #FEDD3C
Tints of Gorse #FEDD3C
RGB
CMYK
RGB Variations
Color information
#FEDD3C (or 0xFEDD3C) is known color: Gorse. HEX triplet: FE, DD and 3C. RGB value is (254,221,60). Sum of RGB (Red+Green+Blue) = 254+221+60=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 60 (23.83% from 255 or 11.21% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD3C is #0122C3. Grayscale: #D5D5D5. Windows color (decimal): -74436 or 3988990. OLE color: 3988990.
HSL color Cylindrical-coordinate representation of color #FEDD3C: hue angle of 49.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEDD3C is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 60 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.00 |
| HSL | 49.79º | 0.99% | 0.62% | - |
| HSV(B) | 49.79º | 0.76% | 1% | - |
| XYZ | 67.55 | 73.11 | 14.83 | - |
| YUV | 212.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 60 | 0 | 0.13 | 0.76 | 0.00 | 49.79 | 0.99 | 0.62 |
| Hex | FE | DD | 3C | 0 | D | 4C | 0 | 32 | 63 | 3E |
| Octal | 376 | 335 | 74 | 0 | 15 | 114 | 0 | 62 | 143 | 76 |
| Binary | 11111110 | 11011101 | 111100 | 0 | 1101 | 1001100 | 0 | 110010 | 1100011 | 111110 |
Color Harmonies of #FEDD3C
Complementary color
Monochromatic Colors of #FEDD3C
Black with #FEDD3C
Text Example
Text Example
White with #FEDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD3C; }
p { color: rgb(254,221,60); }
H1.HeaderClassName
{
color: #FEDD3C;
}
.AnyTagClassName
{
color: #FEDD3C;
}
</style>
background-color css
<style>
a { background-color: #FEDD3C; }
a { background-color: rgb(254,221,60); }
div.DivClassName
{
background-color: #FEDD3C;
}
.BgClassName
{
background-color: #FEDD3C;
}
</style>
border-color css
<style>
span { border-color: #FEDD3C; }
span { border-color: rgb(254,221,60); }
td.TdClassName
{
border-color: #FEDD3C;
}
.TagClassName
{
border-color: #FEDD3C;
}
</style>