Shades of Gorse #FEED3C
Tints of Gorse #FEED3C
RGB
CMYK
RGB Variations
Color information
#FEED3C (or 0xFEED3C) is known color: Gorse. HEX triplet: FE, ED and 3C. RGB value is (254,237,60). Sum of RGB (Red+Green+Blue) = 254+237+60=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 60 (23.83% from 255 or 10.89% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEED3C is #0112C3. Grayscale: #DEDEDE. Windows color (decimal): -70340 or 3993086. OLE color: 3993086.
HSL color Cylindrical-coordinate representation of color #FEED3C: hue angle of 54.74º 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 #FEED3C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 60 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.00 |
| HSL | 54.74º | 0.99% | 0.62% | - |
| HSV(B) | 54.74º | 0.76% | 1% | - |
| XYZ | 71.97 | 81.97 | 16.3 | - |
| YUV | 221.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 60 | 0 | 0.07 | 0.76 | 0.00 | 54.74 | 0.99 | 0.62 |
| Hex | FE | ED | 3C | 0 | 7 | 4C | 0 | 37 | 63 | 3E |
| Octal | 376 | 355 | 74 | 0 | 7 | 114 | 0 | 67 | 143 | 76 |
| Binary | 11111110 | 11101101 | 111100 | 0 | 111 | 1001100 | 0 | 110111 | 1100011 | 111110 |
Color Harmonies of #FEED3C
Complementary color
Monochromatic Colors of #FEED3C
Black with #FEED3C
Text Example
Text Example
White with #FEED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED3C; }
p { color: rgb(254,237,60); }
H1.HeaderClassName
{
color: #FEED3C;
}
.AnyTagClassName
{
color: #FEED3C;
}
</style>
background-color css
<style>
a { background-color: #FEED3C; }
a { background-color: rgb(254,237,60); }
div.DivClassName
{
background-color: #FEED3C;
}
.BgClassName
{
background-color: #FEED3C;
}
</style>
border-color css
<style>
span { border-color: #FEED3C; }
span { border-color: rgb(254,237,60); }
td.TdClassName
{
border-color: #FEED3C;
}
.TagClassName
{
border-color: #FEED3C;
}
</style>