Shades of Gorse #FED830
Tints of Gorse #FED830
RGB
CMYK
RGB Variations
Color information
#FED830 (or 0xFED830) is known color: Gorse. HEX triplet: FE, D8 and 30. RGB value is (254,216,48). Sum of RGB (Red+Green+Blue) = 254+216+48=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FED830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED830 is #0127CF. Grayscale: #D0D0D0. Windows color (decimal): -75728 or 3201278. OLE color: 3201278.
HSL color Cylindrical-coordinate representation of color #FED830: hue angle of 48.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FED830 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 48 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.00 |
| HSL | 48.93º | 0.99% | 0.59% | - |
| HSV(B) | 48.93º | 0.81% | 1% | - |
| XYZ | 65.96 | 70.4 | 12.91 | - |
| YUV | 208.21 | 37.59 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 48 | 0 | 0.15 | 0.81 | 0.00 | 48.93 | 0.99 | 0.59 |
| Hex | FE | D8 | 30 | 0 | F | 51 | 0 | 31 | 63 | 3B |
| Octal | 376 | 330 | 60 | 0 | 17 | 121 | 0 | 61 | 143 | 73 |
| Binary | 11111110 | 11011000 | 110000 | 0 | 1111 | 1010001 | 0 | 110001 | 1100011 | 111011 |
Color Harmonies of #FED830
Complementary color
Monochromatic Colors of #FED830
Black with #FED830
Text Example
Text Example
White with #FED830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED830; }
p { color: rgb(254,216,48); }
H1.HeaderClassName
{
color: #FED830;
}
.AnyTagClassName
{
color: #FED830;
}
</style>
background-color css
<style>
a { background-color: #FED830; }
a { background-color: rgb(254,216,48); }
div.DivClassName
{
background-color: #FED830;
}
.BgClassName
{
background-color: #FED830;
}
</style>
border-color css
<style>
span { border-color: #FED830; }
span { border-color: rgb(254,216,48); }
td.TdClassName
{
border-color: #FED830;
}
.TagClassName
{
border-color: #FED830;
}
</style>