Shades of Gorse #FDF52D
Tints of Gorse #FDF52D
RGB
CMYK
RGB Variations
Color information
#FDF52D (or 0xFDF52D) is known color: Gorse. HEX triplet: FD, F5 and 2D. RGB value is (253,245,45). Sum of RGB (Red+Green+Blue) = 253+245+45=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 45 (17.97% from 255 or 8.29% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF52D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF52D is #020AD2. Grayscale: #E1E1E1. Windows color (decimal): -133843 or 3012093. OLE color: 3012093.
HSL color Cylindrical-coordinate representation of color #FDF52D: hue angle of 57.69º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDF52D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 45 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.01 |
| HSL | 57.69º | 0.98% | 0.58% | - |
| HSV(B) | 57.69º | 0.82% | 0.99% | - |
| XYZ | 73.63 | 86.38 | 15.27 | - |
| YUV | 224.59 | 26.65 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 45 | 0 | 0.03 | 0.82 | 0.01 | 57.69 | 0.98 | 0.58 |
| Hex | FD | F5 | 2D | 0 | 3 | 52 | 1 | 3A | 62 | 3A |
| Octal | 375 | 365 | 55 | 0 | 3 | 122 | 1 | 72 | 142 | 72 |
| Binary | 11111101 | 11110101 | 101101 | 0 | 11 | 1010010 | 1 | 111010 | 1100010 | 111010 |
Color Harmonies of #FDF52D
Complementary color
Monochromatic Colors of #FDF52D
Black with #FDF52D
Text Example
Text Example
White with #FDF52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF52D; }
p { color: rgb(253,245,45); }
H1.HeaderClassName
{
color: #FDF52D;
}
.AnyTagClassName
{
color: #FDF52D;
}
</style>
background-color css
<style>
a { background-color: #FDF52D; }
a { background-color: rgb(253,245,45); }
div.DivClassName
{
background-color: #FDF52D;
}
.BgClassName
{
background-color: #FDF52D;
}
</style>
border-color css
<style>
span { border-color: #FDF52D; }
span { border-color: rgb(253,245,45); }
td.TdClassName
{
border-color: #FDF52D;
}
.TagClassName
{
border-color: #FDF52D;
}
</style>