Shades of Gorse #FED92C
Tints of Gorse #FED92C
RGB
CMYK
RGB Variations
Color information
#FED92C (or 0xFED92C) is known color: Gorse. HEX triplet: FE, D9 and 2C. RGB value is (254,217,44). Sum of RGB (Red+Green+Blue) = 254+217+44=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED92C is #0126D3. Grayscale: #D1D1D1. Windows color (decimal): -75476 or 2939390. OLE color: 2939390.
HSL color Cylindrical-coordinate representation of color #FED92C: hue angle of 49.43º 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 #FED92C is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 44 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.00 |
| HSL | 49.43º | 0.99% | 0.58% | - |
| HSV(B) | 49.43º | 0.83% | 1% | - |
| XYZ | 66.14 | 70.88 | 12.58 | - |
| YUV | 208.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 44 | 0 | 0.15 | 0.83 | 0.00 | 49.43 | 0.99 | 0.58 |
| Hex | FE | D9 | 2C | 0 | F | 53 | 0 | 31 | 63 | 3A |
| Octal | 376 | 331 | 54 | 0 | 17 | 123 | 0 | 61 | 143 | 72 |
| Binary | 11111110 | 11011001 | 101100 | 0 | 1111 | 1010011 | 0 | 110001 | 1100011 | 111010 |
Color Harmonies of #FED92C
Complementary color
Monochromatic Colors of #FED92C
Black with #FED92C
Text Example
Text Example
White with #FED92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED92C; }
p { color: rgb(254,217,44); }
H1.HeaderClassName
{
color: #FED92C;
}
.AnyTagClassName
{
color: #FED92C;
}
</style>
background-color css
<style>
a { background-color: #FED92C; }
a { background-color: rgb(254,217,44); }
div.DivClassName
{
background-color: #FED92C;
}
.BgClassName
{
background-color: #FED92C;
}
</style>
border-color css
<style>
span { border-color: #FED92C; }
span { border-color: rgb(254,217,44); }
td.TdClassName
{
border-color: #FED92C;
}
.TagClassName
{
border-color: #FED92C;
}
</style>