Shades of Gorse #FEDC27
Tints of Gorse #FEDC27
RGB
CMYK
RGB Variations
Color information
#FEDC27 (or 0xFEDC27) is known color: Gorse. HEX triplet: FE, DC and 27. RGB value is (254,220,39). Sum of RGB (Red+Green+Blue) = 254+220+39=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC27 is #0123D8. Grayscale: #D2D2D2. Windows color (decimal): -74713 or 2612478. OLE color: 2612478.
HSL color Cylindrical-coordinate representation of color #FEDC27: hue angle of 50.51º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEDC27 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 39 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.00 |
| HSL | 50.51º | 0.99% | 0.57% | - |
| HSV(B) | 50.51º | 0.85% | 1% | - |
| XYZ | 66.83 | 72.4 | 12.37 | - |
| YUV | 209.53 | 31.76 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 39 | 0 | 0.13 | 0.85 | 0.00 | 50.51 | 0.99 | 0.57 |
| Hex | FE | DC | 27 | 0 | D | 55 | 0 | 33 | 63 | 39 |
| Octal | 376 | 334 | 47 | 0 | 15 | 125 | 0 | 63 | 143 | 71 |
| Binary | 11111110 | 11011100 | 100111 | 0 | 1101 | 1010101 | 0 | 110011 | 1100011 | 111001 |
Color Harmonies of #FEDC27
Complementary color
Monochromatic Colors of #FEDC27
Black with #FEDC27
Text Example
Text Example
White with #FEDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC27; }
p { color: rgb(254,220,39); }
H1.HeaderClassName
{
color: #FEDC27;
}
.AnyTagClassName
{
color: #FEDC27;
}
</style>
background-color css
<style>
a { background-color: #FEDC27; }
a { background-color: rgb(254,220,39); }
div.DivClassName
{
background-color: #FEDC27;
}
.BgClassName
{
background-color: #FEDC27;
}
</style>
border-color css
<style>
span { border-color: #FEDC27; }
span { border-color: rgb(254,220,39); }
td.TdClassName
{
border-color: #FEDC27;
}
.TagClassName
{
border-color: #FEDC27;
}
</style>