Shades of Gorse #FEDE2B
Tints of Gorse #FEDE2B
RGB
CMYK
RGB Variations
Color information
#FEDE2B (or 0xFEDE2B) is known color: Gorse. HEX triplet: FE, DE and 2B. RGB value is (254,222,43). Sum of RGB (Red+Green+Blue) = 254+222+43=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 43 (17.19% from 255 or 8.29% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE2B is #0121D4. Grayscale: #D3D3D3. Windows color (decimal): -74197 or 2875134. OLE color: 2875134.
HSL color Cylindrical-coordinate representation of color #FEDE2B: hue angle of 50.9º 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 #FEDE2B is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 43 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.00 |
| HSL | 50.9º | 0.99% | 0.58% | - |
| HSV(B) | 50.9º | 0.83% | 1% | - |
| XYZ | 67.43 | 73.49 | 12.92 | - |
| YUV | 211.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 43 | 0 | 0.13 | 0.83 | 0.00 | 50.9 | 0.99 | 0.58 |
| Hex | FE | DE | 2B | 0 | D | 53 | 0 | 33 | 63 | 3A |
| Octal | 376 | 336 | 53 | 0 | 15 | 123 | 0 | 63 | 143 | 72 |
| Binary | 11111110 | 11011110 | 101011 | 0 | 1101 | 1010011 | 0 | 110011 | 1100011 | 111010 |
Color Harmonies of #FEDE2B
Complementary color
Monochromatic Colors of #FEDE2B
Black with #FEDE2B
Text Example
Text Example
White with #FEDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE2B; }
p { color: rgb(254,222,43); }
H1.HeaderClassName
{
color: #FEDE2B;
}
.AnyTagClassName
{
color: #FEDE2B;
}
</style>
background-color css
<style>
a { background-color: #FEDE2B; }
a { background-color: rgb(254,222,43); }
div.DivClassName
{
background-color: #FEDE2B;
}
.BgClassName
{
background-color: #FEDE2B;
}
</style>
border-color css
<style>
span { border-color: #FEDE2B; }
span { border-color: rgb(254,222,43); }
td.TdClassName
{
border-color: #FEDE2B;
}
.TagClassName
{
border-color: #FEDE2B;
}
</style>