Shades of Gorse #FEDD34
Tints of Gorse #FEDD34
RGB
CMYK
RGB Variations
Color information
#FEDD34 (or 0xFEDD34) is known color: Gorse. HEX triplet: FE, DD and 34. RGB value is (254,221,52). Sum of RGB (Red+Green+Blue) = 254+221+52=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 52 (20.70% from 255 or 9.87% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD34 is #0122CB. Grayscale: #D4D4D4. Windows color (decimal): -74444 or 3464702. OLE color: 3464702.
HSL color Cylindrical-coordinate representation of color #FEDD34: hue angle of 50.2º 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 #FEDD34 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 52 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.00 |
| HSL | 50.2º | 0.99% | 0.6% | - |
| HSV(B) | 50.2º | 0.8% | 1% | - |
| XYZ | 67.35 | 73.03 | 13.8 | - |
| YUV | 211.6 | 37.93 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 52 | 0 | 0.13 | 0.80 | 0.00 | 50.2 | 0.99 | 0.6 |
| Hex | FE | DD | 34 | 0 | D | 50 | 0 | 32 | 63 | 3C |
| Octal | 376 | 335 | 64 | 0 | 15 | 120 | 0 | 62 | 143 | 74 |
| Binary | 11111110 | 11011101 | 110100 | 0 | 1101 | 1010000 | 0 | 110010 | 1100011 | 111100 |
Color Harmonies of #FEDD34
Complementary color
Monochromatic Colors of #FEDD34
Black with #FEDD34
Text Example
Text Example
White with #FEDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD34; }
p { color: rgb(254,221,52); }
H1.HeaderClassName
{
color: #FEDD34;
}
.AnyTagClassName
{
color: #FEDD34;
}
</style>
background-color css
<style>
a { background-color: #FEDD34; }
a { background-color: rgb(254,221,52); }
div.DivClassName
{
background-color: #FEDD34;
}
.BgClassName
{
background-color: #FEDD34;
}
</style>
border-color css
<style>
span { border-color: #FEDD34; }
span { border-color: rgb(254,221,52); }
td.TdClassName
{
border-color: #FEDD34;
}
.TagClassName
{
border-color: #FEDD34;
}
</style>