Shades of Gorse #FEDA33
Tints of Gorse #FEDA33
RGB
CMYK
RGB Variations
Color information
#FEDA33 (or 0xFEDA33) is known color: Gorse. HEX triplet: FE, DA and 33. RGB value is (254,218,51). Sum of RGB (Red+Green+Blue) = 254+218+51=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 51 (20.31% from 255 or 9.75% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA33 is #0125CC. Grayscale: #D2D2D2. Windows color (decimal): -75213 or 3398398. OLE color: 3398398.
HSL color Cylindrical-coordinate representation of color #FEDA33: hue angle of 49.36º 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 #FEDA33 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 51 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.00 |
| HSL | 49.36º | 0.99% | 0.6% | - |
| HSV(B) | 49.36º | 0.8% | 1% | - |
| XYZ | 66.54 | 71.45 | 13.42 | - |
| YUV | 209.73 | 38.43 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 51 | 0 | 0.14 | 0.80 | 0.00 | 49.36 | 0.99 | 0.6 |
| Hex | FE | DA | 33 | 0 | E | 50 | 0 | 31 | 63 | 3C |
| Octal | 376 | 332 | 63 | 0 | 16 | 120 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011010 | 110011 | 0 | 1110 | 1010000 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FEDA33
Complementary color
Monochromatic Colors of #FEDA33
Black with #FEDA33
Text Example
Text Example
White with #FEDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA33; }
p { color: rgb(254,218,51); }
H1.HeaderClassName
{
color: #FEDA33;
}
.AnyTagClassName
{
color: #FEDA33;
}
</style>
background-color css
<style>
a { background-color: #FEDA33; }
a { background-color: rgb(254,218,51); }
div.DivClassName
{
background-color: #FEDA33;
}
.BgClassName
{
background-color: #FEDA33;
}
</style>
border-color css
<style>
span { border-color: #FEDA33; }
span { border-color: rgb(254,218,51); }
td.TdClassName
{
border-color: #FEDA33;
}
.TagClassName
{
border-color: #FEDA33;
}
</style>