Shades of Gorse #FDF53D
Tints of Gorse #FDF53D
RGB
CMYK
RGB Variations
Color information
#FDF53D (or 0xFDF53D) is known color: Gorse. HEX triplet: FD, F5 and 3D. RGB value is (253,245,61). Sum of RGB (Red+Green+Blue) = 253+245+61=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 61 (24.22% from 255 or 10.91% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF53D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF53D is #020AC2. Grayscale: #E3E3E3. Windows color (decimal): -133827 or 4060669. OLE color: 4060669.
HSL color Cylindrical-coordinate representation of color #FDF53D: hue angle of 57.5º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FDF53D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 61 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.01 |
| HSL | 57.5º | 0.98% | 0.62% | - |
| HSV(B) | 57.5º | 0.76% | 0.99% | - |
| XYZ | 74 | 86.52 | 17.22 | - |
| YUV | 226.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 61 | 0 | 0.03 | 0.76 | 0.01 | 57.5 | 0.98 | 0.62 |
| Hex | FD | F5 | 3D | 0 | 3 | 4C | 1 | 3A | 62 | 3E |
| Octal | 375 | 365 | 75 | 0 | 3 | 114 | 1 | 72 | 142 | 76 |
| Binary | 11111101 | 11110101 | 111101 | 0 | 11 | 1001100 | 1 | 111010 | 1100010 | 111110 |
Color Harmonies of #FDF53D
Complementary color
Monochromatic Colors of #FDF53D
Black with #FDF53D
Text Example
Text Example
White with #FDF53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF53D; }
p { color: rgb(253,245,61); }
H1.HeaderClassName
{
color: #FDF53D;
}
.AnyTagClassName
{
color: #FDF53D;
}
</style>
background-color css
<style>
a { background-color: #FDF53D; }
a { background-color: rgb(253,245,61); }
div.DivClassName
{
background-color: #FDF53D;
}
.BgClassName
{
background-color: #FDF53D;
}
</style>
border-color css
<style>
span { border-color: #FDF53D; }
span { border-color: rgb(253,245,61); }
td.TdClassName
{
border-color: #FDF53D;
}
.TagClassName
{
border-color: #FDF53D;
}
</style>