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