Shades of Gorse #FEDF3C
Tints of Gorse #FEDF3C
RGB
CMYK
RGB Variations
Color information
#FEDF3C (or 0xFEDF3C) is known color: Gorse. HEX triplet: FE, DF and 3C. RGB value is (254,223,60). Sum of RGB (Red+Green+Blue) = 254+223+60=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF3C is #0120C3. Grayscale: #D6D6D6. Windows color (decimal): -73924 or 3989502. OLE color: 3989502.
HSL color Cylindrical-coordinate representation of color #FEDF3C: hue angle of 50.41º 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 #FEDF3C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 60 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.00 |
| HSL | 50.41º | 0.99% | 0.62% | - |
| HSV(B) | 50.41º | 0.76% | 1% | - |
| XYZ | 68.08 | 74.17 | 15 | - |
| YUV | 213.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 60 | 0 | 0.12 | 0.76 | 0.00 | 50.41 | 0.99 | 0.62 |
| Hex | FE | DF | 3C | 0 | C | 4C | 0 | 32 | 63 | 3E |
| Octal | 376 | 337 | 74 | 0 | 14 | 114 | 0 | 62 | 143 | 76 |
| Binary | 11111110 | 11011111 | 111100 | 0 | 1100 | 1001100 | 0 | 110010 | 1100011 | 111110 |
Color Harmonies of #FEDF3C
Complementary color
Monochromatic Colors of #FEDF3C
Black with #FEDF3C
Text Example
Text Example
White with #FEDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF3C; }
p { color: rgb(254,223,60); }
H1.HeaderClassName
{
color: #FEDF3C;
}
.AnyTagClassName
{
color: #FEDF3C;
}
</style>
background-color css
<style>
a { background-color: #FEDF3C; }
a { background-color: rgb(254,223,60); }
div.DivClassName
{
background-color: #FEDF3C;
}
.BgClassName
{
background-color: #FEDF3C;
}
</style>
border-color css
<style>
span { border-color: #FEDF3C; }
span { border-color: rgb(254,223,60); }
td.TdClassName
{
border-color: #FEDF3C;
}
.TagClassName
{
border-color: #FEDF3C;
}
</style>