Shades of Gorse #FEDB32
Tints of Gorse #FEDB32
RGB
CMYK
RGB Variations
Color information
#FEDB32 (or 0xFEDB32) is known color: Gorse. HEX triplet: FE, DB and 32. RGB value is (254,219,50). Sum of RGB (Red+Green+Blue) = 254+219+50=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 50 (19.92% from 255 or 9.56% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB32 is #0124CD. Grayscale: #D2D2D2. Windows color (decimal): -74958 or 3333118. OLE color: 3333118.
HSL color Cylindrical-coordinate representation of color #FEDB32: hue angle of 49.71º 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 #FEDB32 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 50 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.00 |
| HSL | 49.71º | 0.99% | 0.6% | - |
| HSV(B) | 49.71º | 0.8% | 1% | - |
| XYZ | 66.78 | 71.96 | 13.39 | - |
| YUV | 210.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 50 | 0 | 0.14 | 0.80 | 0.00 | 49.71 | 0.99 | 0.6 |
| Hex | FE | DB | 32 | 0 | E | 50 | 0 | 32 | 63 | 3C |
| Octal | 376 | 333 | 62 | 0 | 16 | 120 | 0 | 62 | 143 | 74 |
| Binary | 11111110 | 11011011 | 110010 | 0 | 1110 | 1010000 | 0 | 110010 | 1100011 | 111100 |
Color Harmonies of #FEDB32
Complementary color
Monochromatic Colors of #FEDB32
Black with #FEDB32
Text Example
Text Example
White with #FEDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB32; }
p { color: rgb(254,219,50); }
H1.HeaderClassName
{
color: #FEDB32;
}
.AnyTagClassName
{
color: #FEDB32;
}
</style>
background-color css
<style>
a { background-color: #FEDB32; }
a { background-color: rgb(254,219,50); }
div.DivClassName
{
background-color: #FEDB32;
}
.BgClassName
{
background-color: #FEDB32;
}
</style>
border-color css
<style>
span { border-color: #FEDB32; }
span { border-color: rgb(254,219,50); }
td.TdClassName
{
border-color: #FEDB32;
}
.TagClassName
{
border-color: #FEDB32;
}
</style>