Shades of Gorse #FEDE34
Tints of Gorse #FEDE34
RGB
CMYK
RGB Variations
Color information
#FEDE34 (or 0xFEDE34) is known color: Gorse. HEX triplet: FE, DE and 34. RGB value is (254,222,52). Sum of RGB (Red+Green+Blue) = 254+222+52=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 52 (20.70% from 255 or 9.85% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE34 is #0121CB. Grayscale: #D4D4D4. Windows color (decimal): -74188 or 3464958. OLE color: 3464958.
HSL color Cylindrical-coordinate representation of color #FEDE34: hue angle of 50.5º 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 #FEDE34 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 52 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.00 |
| HSL | 50.5º | 0.99% | 0.6% | - |
| HSV(B) | 50.5º | 0.8% | 1% | - |
| XYZ | 67.61 | 73.56 | 13.88 | - |
| YUV | 212.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 52 | 0 | 0.13 | 0.80 | 0.00 | 50.5 | 0.99 | 0.6 |
| Hex | FE | DE | 34 | 0 | D | 50 | 0 | 32 | 63 | 3C |
| Octal | 376 | 336 | 64 | 0 | 15 | 120 | 0 | 62 | 143 | 74 |
| Binary | 11111110 | 11011110 | 110100 | 0 | 1101 | 1010000 | 0 | 110010 | 1100011 | 111100 |
Color Harmonies of #FEDE34
Complementary color
Monochromatic Colors of #FEDE34
Black with #FEDE34
Text Example
Text Example
White with #FEDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE34; }
p { color: rgb(254,222,52); }
H1.HeaderClassName
{
color: #FEDE34;
}
.AnyTagClassName
{
color: #FEDE34;
}
</style>
background-color css
<style>
a { background-color: #FEDE34; }
a { background-color: rgb(254,222,52); }
div.DivClassName
{
background-color: #FEDE34;
}
.BgClassName
{
background-color: #FEDE34;
}
</style>
border-color css
<style>
span { border-color: #FEDE34; }
span { border-color: rgb(254,222,52); }
td.TdClassName
{
border-color: #FEDE34;
}
.TagClassName
{
border-color: #FEDE34;
}
</style>