Shades of Gorse #FEDE32
Tints of Gorse #FEDE32
RGB
CMYK
RGB Variations
Color information
#FEDE32 (or 0xFEDE32) is known color: Gorse. HEX triplet: FE, DE and 32. RGB value is (254,222,50). Sum of RGB (Red+Green+Blue) = 254+222+50=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE32 is #0121CD. Grayscale: #D4D4D4. Windows color (decimal): -74190 or 3333886. OLE color: 3333886.
HSL color Cylindrical-coordinate representation of color #FEDE32: hue angle of 50.59º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEDE32 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 50 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.00 |
| HSL | 50.59º | 0.99% | 0.6% | - |
| HSV(B) | 50.59º | 0.8% | 1% | - |
| XYZ | 67.57 | 73.54 | 13.65 | - |
| YUV | 211.96 | 36.6 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 50 | 0 | 0.13 | 0.80 | 0.00 | 50.59 | 0.99 | 0.6 |
| Hex | FE | DE | 32 | 0 | D | 50 | 0 | 33 | 63 | 3C |
| Octal | 376 | 336 | 62 | 0 | 15 | 120 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11011110 | 110010 | 0 | 1101 | 1010000 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEDE32
Complementary color
Monochromatic Colors of #FEDE32
Black with #FEDE32
Text Example
Text Example
White with #FEDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE32; }
p { color: rgb(254,222,50); }
H1.HeaderClassName
{
color: #FEDE32;
}
.AnyTagClassName
{
color: #FEDE32;
}
</style>
background-color css
<style>
a { background-color: #FEDE32; }
a { background-color: rgb(254,222,50); }
div.DivClassName
{
background-color: #FEDE32;
}
.BgClassName
{
background-color: #FEDE32;
}
</style>
border-color css
<style>
span { border-color: #FEDE32; }
span { border-color: rgb(254,222,50); }
td.TdClassName
{
border-color: #FEDE32;
}
.TagClassName
{
border-color: #FEDE32;
}
</style>