Shades of Gorse #FEDA34
Tints of Gorse #FEDA34
RGB
CMYK
RGB Variations
Color information
#FEDA34 (or 0xFEDA34) is known color: Gorse. HEX triplet: FE, DA and 34. RGB value is (254,218,52). Sum of RGB (Red+Green+Blue) = 254+218+52=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA34 is #0125CB. Grayscale: #D2D2D2. Windows color (decimal): -75212 or 3463934. OLE color: 3463934.
HSL color Cylindrical-coordinate representation of color #FEDA34: hue angle of 49.31º 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 #FEDA34 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 52 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.00 |
| HSL | 49.31º | 0.99% | 0.6% | - |
| HSV(B) | 49.31º | 0.8% | 1% | - |
| XYZ | 66.56 | 71.46 | 13.53 | - |
| YUV | 209.84 | 38.93 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 52 | 0 | 0.14 | 0.80 | 0.00 | 49.31 | 0.99 | 0.6 |
| Hex | FE | DA | 34 | 0 | E | 50 | 0 | 31 | 63 | 3C |
| Octal | 376 | 332 | 64 | 0 | 16 | 120 | 0 | 61 | 143 | 74 |
| Binary | 11111110 | 11011010 | 110100 | 0 | 1110 | 1010000 | 0 | 110001 | 1100011 | 111100 |
Color Harmonies of #FEDA34
Complementary color
Monochromatic Colors of #FEDA34
Black with #FEDA34
Text Example
Text Example
White with #FEDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA34; }
p { color: rgb(254,218,52); }
H1.HeaderClassName
{
color: #FEDA34;
}
.AnyTagClassName
{
color: #FEDA34;
}
</style>
background-color css
<style>
a { background-color: #FEDA34; }
a { background-color: rgb(254,218,52); }
div.DivClassName
{
background-color: #FEDA34;
}
.BgClassName
{
background-color: #FEDA34;
}
</style>
border-color css
<style>
span { border-color: #FEDA34; }
span { border-color: rgb(254,218,52); }
td.TdClassName
{
border-color: #FEDA34;
}
.TagClassName
{
border-color: #FEDA34;
}
</style>