Shades of Gorse #FED73E
Tints of Gorse #FED73E
RGB
CMYK
RGB Variations
Color information
#FED73E (or 0xFED73E) is known color: Gorse. HEX triplet: FE, D7 and 3E. RGB value is (254,215,62). Sum of RGB (Red+Green+Blue) = 254+215+62=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FED73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED73E is #0128C1. Grayscale: #D1D1D1. Windows color (decimal): -75970 or 4118526. OLE color: 4118526.
HSL color Cylindrical-coordinate representation of color #FED73E: hue angle of 47.81º 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 #FED73E is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 62 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.00 |
| HSL | 47.81º | 0.99% | 0.62% | - |
| HSV(B) | 47.81º | 0.76% | 1% | - |
| XYZ | 66.04 | 70.02 | 14.59 | - |
| YUV | 209.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 62 | 0 | 0.15 | 0.76 | 0.00 | 47.81 | 0.99 | 0.62 |
| Hex | FE | D7 | 3E | 0 | F | 4C | 0 | 30 | 63 | 3E |
| Octal | 376 | 327 | 76 | 0 | 17 | 114 | 0 | 60 | 143 | 76 |
| Binary | 11111110 | 11010111 | 111110 | 0 | 1111 | 1001100 | 0 | 110000 | 1100011 | 111110 |
Color Harmonies of #FED73E
Complementary color
Monochromatic Colors of #FED73E
Black with #FED73E
Text Example
Text Example
White with #FED73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED73E; }
p { color: rgb(254,215,62); }
H1.HeaderClassName
{
color: #FED73E;
}
.AnyTagClassName
{
color: #FED73E;
}
</style>
background-color css
<style>
a { background-color: #FED73E; }
a { background-color: rgb(254,215,62); }
div.DivClassName
{
background-color: #FED73E;
}
.BgClassName
{
background-color: #FED73E;
}
</style>
border-color css
<style>
span { border-color: #FED73E; }
span { border-color: rgb(254,215,62); }
td.TdClassName
{
border-color: #FED73E;
}
.TagClassName
{
border-color: #FED73E;
}
</style>