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