Shades of Gorse #FDE83C
Tints of Gorse #FDE83C
RGB
CMYK
RGB Variations
Color information
#FDE83C (or 0xFDE83C) is known color: Gorse. HEX triplet: FD, E8 and 3C. RGB value is (253,232,60). Sum of RGB (Red+Green+Blue) = 253+232+60=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 60 (23.83% from 255 or 11.01% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE83C is #0217C3. Grayscale: #DBDBDB. Windows color (decimal): -137156 or 3991805. OLE color: 3991805.
HSL color Cylindrical-coordinate representation of color #FDE83C: hue angle of 53.47º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDE83C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 60 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.01 |
| HSL | 53.47º | 0.98% | 0.61% | - |
| HSV(B) | 53.47º | 0.76% | 0.99% | - |
| XYZ | 70.18 | 78.92 | 15.81 | - |
| YUV | 218.67 | 38.46 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 60 | 0 | 0.08 | 0.76 | 0.01 | 53.47 | 0.98 | 0.61 |
| Hex | FD | E8 | 3C | 0 | 8 | 4C | 1 | 35 | 62 | 3D |
| Octal | 375 | 350 | 74 | 0 | 10 | 114 | 1 | 65 | 142 | 75 |
| Binary | 11111101 | 11101000 | 111100 | 0 | 1000 | 1001100 | 1 | 110101 | 1100010 | 111101 |
Color Harmonies of #FDE83C
Complementary color
Monochromatic Colors of #FDE83C
Black with #FDE83C
Text Example
Text Example
White with #FDE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE83C; }
p { color: rgb(253,232,60); }
H1.HeaderClassName
{
color: #FDE83C;
}
.AnyTagClassName
{
color: #FDE83C;
}
</style>
background-color css
<style>
a { background-color: #FDE83C; }
a { background-color: rgb(253,232,60); }
div.DivClassName
{
background-color: #FDE83C;
}
.BgClassName
{
background-color: #FDE83C;
}
</style>
border-color css
<style>
span { border-color: #FDE83C; }
span { border-color: rgb(253,232,60); }
td.TdClassName
{
border-color: #FDE83C;
}
.TagClassName
{
border-color: #FDE83C;
}
</style>