Shades of Gorse #FED83C
Tints of Gorse #FED83C
RGB
CMYK
RGB Variations
Color information
#FED83C (or 0xFED83C) is known color: Gorse. HEX triplet: FE, D8 and 3C. RGB value is (254,216,60). Sum of RGB (Red+Green+Blue) = 254+216+60=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FED83C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED83C is #0127C3. Grayscale: #D2D2D2. Windows color (decimal): -75716 or 3987710. OLE color: 3987710.
HSL color Cylindrical-coordinate representation of color #FED83C: hue angle of 48.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FED83C is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 216 | 60 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.00 |
| HSL | 48.25º | 0.99% | 0.62% | - |
| HSV(B) | 48.25º | 0.76% | 1% | - |
| XYZ | 66.24 | 70.51 | 14.39 | - |
| YUV | 209.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 216 | 60 | 0 | 0.15 | 0.76 | 0.00 | 48.25 | 0.99 | 0.62 |
| Hex | FE | D8 | 3C | 0 | F | 4C | 0 | 30 | 63 | 3E |
| Octal | 376 | 330 | 74 | 0 | 17 | 114 | 0 | 60 | 143 | 76 |
| Binary | 11111110 | 11011000 | 111100 | 0 | 1111 | 1001100 | 0 | 110000 | 1100011 | 111110 |
Color Harmonies of #FED83C
Complementary color
Monochromatic Colors of #FED83C
Black with #FED83C
Text Example
Text Example
White with #FED83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED83C; }
p { color: rgb(254,216,60); }
H1.HeaderClassName
{
color: #FED83C;
}
.AnyTagClassName
{
color: #FED83C;
}
</style>
background-color css
<style>
a { background-color: #FED83C; }
a { background-color: rgb(254,216,60); }
div.DivClassName
{
background-color: #FED83C;
}
.BgClassName
{
background-color: #FED83C;
}
</style>
border-color css
<style>
span { border-color: #FED83C; }
span { border-color: rgb(254,216,60); }
td.TdClassName
{
border-color: #FED83C;
}
.TagClassName
{
border-color: #FED83C;
}
</style>