Shades of Gorse #FEDD27
Tints of Gorse #FEDD27
RGB
CMYK
RGB Variations
Color information
#FEDD27 (or 0xFEDD27) is known color: Gorse. HEX triplet: FE, DD and 27. RGB value is (254,221,39). Sum of RGB (Red+Green+Blue) = 254+221+39=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 39 (15.62% from 255 or 7.59% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD27 is #0122D8. Grayscale: #D2D2D2. Windows color (decimal): -74457 or 2612734. OLE color: 2612734.
HSL color Cylindrical-coordinate representation of color #FEDD27: hue angle of 50.79º 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 #FEDD27 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 39 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.00 |
| HSL | 50.79º | 0.99% | 0.57% | - |
| HSV(B) | 50.79º | 0.85% | 1% | - |
| XYZ | 67.1 | 72.93 | 12.46 | - |
| YUV | 210.12 | 31.43 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 39 | 0 | 0.13 | 0.85 | 0.00 | 50.79 | 0.99 | 0.57 |
| Hex | FE | DD | 27 | 0 | D | 55 | 0 | 33 | 63 | 39 |
| Octal | 376 | 335 | 47 | 0 | 15 | 125 | 0 | 63 | 143 | 71 |
| Binary | 11111110 | 11011101 | 100111 | 0 | 1101 | 1010101 | 0 | 110011 | 1100011 | 111001 |
Color Harmonies of #FEDD27
Complementary color
Monochromatic Colors of #FEDD27
Black with #FEDD27
Text Example
Text Example
White with #FEDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD27; }
p { color: rgb(254,221,39); }
H1.HeaderClassName
{
color: #FEDD27;
}
.AnyTagClassName
{
color: #FEDD27;
}
</style>
background-color css
<style>
a { background-color: #FEDD27; }
a { background-color: rgb(254,221,39); }
div.DivClassName
{
background-color: #FEDD27;
}
.BgClassName
{
background-color: #FEDD27;
}
</style>
border-color css
<style>
span { border-color: #FEDD27; }
span { border-color: rgb(254,221,39); }
td.TdClassName
{
border-color: #FEDD27;
}
.TagClassName
{
border-color: #FEDD27;
}
</style>