Shades of Gorse #FED92D
Tints of Gorse #FED92D
RGB
CMYK
RGB Variations
Color information
#FED92D (or 0xFED92D) is known color: Gorse. HEX triplet: FE, D9 and 2D. RGB value is (254,217,45). Sum of RGB (Red+Green+Blue) = 254+217+45=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FED92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED92D is #0126D2. Grayscale: #D1D1D1. Windows color (decimal): -75475 or 3004926. OLE color: 3004926.
HSL color Cylindrical-coordinate representation of color #FED92D: hue angle of 49.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FED92D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 45 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.00 |
| HSL | 49.38º | 0.99% | 0.59% | - |
| HSV(B) | 49.38º | 0.82% | 1% | - |
| XYZ | 66.16 | 70.89 | 12.68 | - |
| YUV | 208.46 | 35.76 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 45 | 0 | 0.15 | 0.82 | 0.00 | 49.38 | 0.99 | 0.59 |
| Hex | FE | D9 | 2D | 0 | F | 52 | 0 | 31 | 63 | 3B |
| Octal | 376 | 331 | 55 | 0 | 17 | 122 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011001 | 101101 | 0 | 1111 | 1010010 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED92D
Complementary color
Monochromatic Colors of #FED92D
Black with #FED92D
Text Example
Text Example
White with #FED92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED92D; }
p { color: rgb(254,217,45); }
H1.HeaderClassName
{
color: #FED92D;
}
.AnyTagClassName
{
color: #FED92D;
}
</style>
background-color css
<style>
a { background-color: #FED92D; }
a { background-color: rgb(254,217,45); }
div.DivClassName
{
background-color: #FED92D;
}
.BgClassName
{
background-color: #FED92D;
}
</style>
border-color css
<style>
span { border-color: #FED92D; }
span { border-color: rgb(254,217,45); }
td.TdClassName
{
border-color: #FED92D;
}
.TagClassName
{
border-color: #FED92D;
}
</style>