Shades of Gorse #FED92B
Tints of Gorse #FED92B
RGB
CMYK
RGB Variations
Color information
#FED92B (or 0xFED92B) is known color: Gorse. HEX triplet: FE, D9 and 2B. RGB value is (254,217,43). Sum of RGB (Red+Green+Blue) = 254+217+43=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 43 (17.19% from 255 or 8.37% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED92B is #0126D4. Grayscale: #D0D0D0. Windows color (decimal): -75477 or 2873854. OLE color: 2873854.
HSL color Cylindrical-coordinate representation of color #FED92B: hue angle of 49.48º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FED92B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 43 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.00 |
| HSL | 49.48º | 0.99% | 0.58% | - |
| HSV(B) | 49.48º | 0.83% | 1% | - |
| XYZ | 66.12 | 70.87 | 12.48 | - |
| YUV | 208.23 | 34.76 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 43 | 0 | 0.15 | 0.83 | 0.00 | 49.48 | 0.99 | 0.58 |
| Hex | FE | D9 | 2B | 0 | F | 53 | 0 | 31 | 63 | 3A |
| Octal | 376 | 331 | 53 | 0 | 17 | 123 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11011001 | 101011 | 0 | 1111 | 1010011 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED92B
Complementary color
Monochromatic Colors of #FED92B
Black with #FED92B
Text Example
Text Example
White with #FED92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED92B; }
p { color: rgb(254,217,43); }
H1.HeaderClassName
{
color: #FED92B;
}
.AnyTagClassName
{
color: #FED92B;
}
</style>
background-color css
<style>
a { background-color: #FED92B; }
a { background-color: rgb(254,217,43); }
div.DivClassName
{
background-color: #FED92B;
}
.BgClassName
{
background-color: #FED92B;
}
</style>
border-color css
<style>
span { border-color: #FED92B; }
span { border-color: rgb(254,217,43); }
td.TdClassName
{
border-color: #FED92B;
}
.TagClassName
{
border-color: #FED92B;
}
</style>