Shades of Gorse #FEDE3D
Tints of Gorse #FEDE3D
RGB
CMYK
RGB Variations
Color information
#FEDE3D (or 0xFEDE3D) is known color: Gorse. HEX triplet: FE, DE and 3D. RGB value is (254,222,61). Sum of RGB (Red+Green+Blue) = 254+222+61=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE3D is #0121C2. Grayscale: #D5D5D5. Windows color (decimal): -74179 or 4054782. OLE color: 4054782.
HSL color Cylindrical-coordinate representation of color #FEDE3D: hue angle of 50.05º 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 #FEDE3D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 61 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.00 |
| HSL | 50.05º | 0.99% | 0.62% | - |
| HSV(B) | 50.05º | 0.76% | 1% | - |
| XYZ | 67.84 | 73.65 | 15.06 | - |
| YUV | 213.21 | 42.1 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 61 | 0 | 0.13 | 0.76 | 0.00 | 50.05 | 0.99 | 0.62 |
| Hex | FE | DE | 3D | 0 | D | 4C | 0 | 32 | 63 | 3E |
| Octal | 376 | 336 | 75 | 0 | 15 | 114 | 0 | 62 | 143 | 76 |
| Binary | 11111110 | 11011110 | 111101 | 0 | 1101 | 1001100 | 0 | 110010 | 1100011 | 111110 |
Color Harmonies of #FEDE3D
Complementary color
Monochromatic Colors of #FEDE3D
Black with #FEDE3D
Text Example
Text Example
White with #FEDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE3D; }
p { color: rgb(254,222,61); }
H1.HeaderClassName
{
color: #FEDE3D;
}
.AnyTagClassName
{
color: #FEDE3D;
}
</style>
background-color css
<style>
a { background-color: #FEDE3D; }
a { background-color: rgb(254,222,61); }
div.DivClassName
{
background-color: #FEDE3D;
}
.BgClassName
{
background-color: #FEDE3D;
}
</style>
border-color css
<style>
span { border-color: #FEDE3D; }
span { border-color: rgb(254,222,61); }
td.TdClassName
{
border-color: #FEDE3D;
}
.TagClassName
{
border-color: #FEDE3D;
}
</style>