Shades of Gorse #FEDD28
Tints of Gorse #FEDD28
RGB
CMYK
RGB Variations
Color information
#FEDD28 (or 0xFEDD28) is known color: Gorse. HEX triplet: FE, DD and 28. RGB value is (254,221,40). Sum of RGB (Red+Green+Blue) = 254+221+40=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 40 (16.02% from 255 or 7.77% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD28 is #0122D7. Grayscale: #D2D2D2. Windows color (decimal): -74456 or 2678270. OLE color: 2678270.
HSL color Cylindrical-coordinate representation of color #FEDD28: hue angle of 50.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEDD28 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 40 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.00 |
| HSL | 50.75º | 0.99% | 0.58% | - |
| HSV(B) | 50.75º | 0.84% | 1% | - |
| XYZ | 67.11 | 72.94 | 12.55 | - |
| YUV | 210.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 40 | 0 | 0.13 | 0.84 | 0.00 | 50.75 | 0.99 | 0.58 |
| Hex | FE | DD | 28 | 0 | D | 54 | 0 | 33 | 63 | 3A |
| Octal | 376 | 335 | 50 | 0 | 15 | 124 | 0 | 63 | 143 | 72 |
| Binary | 11111110 | 11011101 | 101000 | 0 | 1101 | 1010100 | 0 | 110011 | 1100011 | 111010 |
Color Harmonies of #FEDD28
Complementary color
Monochromatic Colors of #FEDD28
Black with #FEDD28
Text Example
Text Example
White with #FEDD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD28; }
p { color: rgb(254,221,40); }
H1.HeaderClassName
{
color: #FEDD28;
}
.AnyTagClassName
{
color: #FEDD28;
}
</style>
background-color css
<style>
a { background-color: #FEDD28; }
a { background-color: rgb(254,221,40); }
div.DivClassName
{
background-color: #FEDD28;
}
.BgClassName
{
background-color: #FEDD28;
}
</style>
border-color css
<style>
span { border-color: #FEDD28; }
span { border-color: rgb(254,221,40); }
td.TdClassName
{
border-color: #FEDD28;
}
.TagClassName
{
border-color: #FEDD28;
}
</style>