Shades of Gorse #FEDE38
Tints of Gorse #FEDE38
RGB
CMYK
RGB Variations
Color information
#FEDE38 (or 0xFEDE38) is known color: Gorse. HEX triplet: FE, DE and 38. RGB value is (254,222,56). Sum of RGB (Red+Green+Blue) = 254+222+56=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 56 (22.27% from 255 or 10.53% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE38 is #0121C7. Grayscale: #D5D5D5. Windows color (decimal): -74184 or 3727102. OLE color: 3727102.
HSL color Cylindrical-coordinate representation of color #FEDE38: hue angle of 50.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDE38 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 56 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.00 |
| HSL | 50.3º | 0.99% | 0.61% | - |
| HSV(B) | 50.3º | 0.78% | 1% | - |
| XYZ | 67.71 | 73.6 | 14.38 | - |
| YUV | 212.64 | 39.6 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 56 | 0 | 0.13 | 0.78 | 0.00 | 50.3 | 0.99 | 0.61 |
| Hex | FE | DE | 38 | 0 | D | 4E | 0 | 32 | 63 | 3D |
| Octal | 376 | 336 | 70 | 0 | 15 | 116 | 0 | 62 | 143 | 75 |
| Binary | 11111110 | 11011110 | 111000 | 0 | 1101 | 1001110 | 0 | 110010 | 1100011 | 111101 |
Color Harmonies of #FEDE38
Complementary color
Monochromatic Colors of #FEDE38
Black with #FEDE38
Text Example
Text Example
White with #FEDE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE38; }
p { color: rgb(254,222,56); }
H1.HeaderClassName
{
color: #FEDE38;
}
.AnyTagClassName
{
color: #FEDE38;
}
</style>
background-color css
<style>
a { background-color: #FEDE38; }
a { background-color: rgb(254,222,56); }
div.DivClassName
{
background-color: #FEDE38;
}
.BgClassName
{
background-color: #FEDE38;
}
</style>
border-color css
<style>
span { border-color: #FEDE38; }
span { border-color: rgb(254,222,56); }
td.TdClassName
{
border-color: #FEDE38;
}
.TagClassName
{
border-color: #FEDE38;
}
</style>