Shades of Gorse #FDE73C
Tints of Gorse #FDE73C
RGB
CMYK
RGB Variations
Color information
#FDE73C (or 0xFDE73C) is known color: Gorse. HEX triplet: FD, E7 and 3C. RGB value is (253,231,60). Sum of RGB (Red+Green+Blue) = 253+231+60=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE73C is #0218C3. Grayscale: #DADADA. Windows color (decimal): -137412 or 3991549. OLE color: 3991549.
HSL color Cylindrical-coordinate representation of color #FDE73C: hue angle of 53.16º 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 #FDE73C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 60 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.01 |
| HSL | 53.16º | 0.98% | 0.61% | - |
| HSV(B) | 53.16º | 0.76% | 0.99% | - |
| XYZ | 69.9 | 78.36 | 15.72 | - |
| YUV | 218.08 | 38.79 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 60 | 0 | 0.09 | 0.76 | 0.01 | 53.16 | 0.98 | 0.61 |
| Hex | FD | E7 | 3C | 0 | 9 | 4C | 1 | 35 | 62 | 3D |
| Octal | 375 | 347 | 74 | 0 | 11 | 114 | 1 | 65 | 142 | 75 |
| Binary | 11111101 | 11100111 | 111100 | 0 | 1001 | 1001100 | 1 | 110101 | 1100010 | 111101 |
Color Harmonies of #FDE73C
Complementary color
Monochromatic Colors of #FDE73C
Black with #FDE73C
Text Example
Text Example
White with #FDE73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE73C; }
p { color: rgb(253,231,60); }
H1.HeaderClassName
{
color: #FDE73C;
}
.AnyTagClassName
{
color: #FDE73C;
}
</style>
background-color css
<style>
a { background-color: #FDE73C; }
a { background-color: rgb(253,231,60); }
div.DivClassName
{
background-color: #FDE73C;
}
.BgClassName
{
background-color: #FDE73C;
}
</style>
border-color css
<style>
span { border-color: #FDE73C; }
span { border-color: rgb(253,231,60); }
td.TdClassName
{
border-color: #FDE73C;
}
.TagClassName
{
border-color: #FDE73C;
}
</style>