Shades of Gorse #FDF837
Tints of Gorse #FDF837
RGB
CMYK
RGB Variations
Color information
#FDF837 (or 0xFDF837) is known color: Gorse. HEX triplet: FD, F8 and 37. RGB value is (253,248,55). Sum of RGB (Red+Green+Blue) = 253+248+55=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 55 (21.88% from 255 or 9.89% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF837 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF837 is #0207C8. Grayscale: #E4E4E4. Windows color (decimal): -133065 or 3668221. OLE color: 3668221.
HSL color Cylindrical-coordinate representation of color #FDF837: hue angle of 58.48º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDF837 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 55 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.01 |
| HSL | 58.48º | 0.98% | 0.6% | - |
| HSV(B) | 58.48º | 0.78% | 0.99% | - |
| XYZ | 74.77 | 88.29 | 16.72 | - |
| YUV | 227.49 | 30.66 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 55 | 0 | 0.02 | 0.78 | 0.01 | 58.48 | 0.98 | 0.6 |
| Hex | FD | F8 | 37 | 0 | 2 | 4E | 1 | 3A | 62 | 3C |
| Octal | 375 | 370 | 67 | 0 | 2 | 116 | 1 | 72 | 142 | 74 |
| Binary | 11111101 | 11111000 | 110111 | 0 | 10 | 1001110 | 1 | 111010 | 1100010 | 111100 |
Color Harmonies of #FDF837
Complementary color
Monochromatic Colors of #FDF837
Black with #FDF837
Text Example
Text Example
White with #FDF837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF837; }
p { color: rgb(253,248,55); }
H1.HeaderClassName
{
color: #FDF837;
}
.AnyTagClassName
{
color: #FDF837;
}
</style>
background-color css
<style>
a { background-color: #FDF837; }
a { background-color: rgb(253,248,55); }
div.DivClassName
{
background-color: #FDF837;
}
.BgClassName
{
background-color: #FDF837;
}
</style>
border-color css
<style>
span { border-color: #FDF837; }
span { border-color: rgb(253,248,55); }
td.TdClassName
{
border-color: #FDF837;
}
.TagClassName
{
border-color: #FDF837;
}
</style>