Shades of Gorse #FDF839
Tints of Gorse #FDF839
RGB
CMYK
RGB Variations
Color information
#FDF839 (or 0xFDF839) is known color: Gorse. HEX triplet: FD, F8 and 39. RGB value is (253,248,57). Sum of RGB (Red+Green+Blue) = 253+248+57=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 57 (22.66% from 255 or 10.22% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF839 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF839 is #0207C6. Grayscale: #E4E4E4. Windows color (decimal): -133063 or 3799293. OLE color: 3799293.
HSL color Cylindrical-coordinate representation of color #FDF839: hue angle of 58.47º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDF839 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 57 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.01 |
| HSL | 58.47º | 0.98% | 0.61% | - |
| HSV(B) | 58.47º | 0.77% | 0.99% | - |
| XYZ | 74.81 | 88.31 | 16.97 | - |
| YUV | 227.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 57 | 0 | 0.02 | 0.77 | 0.01 | 58.47 | 0.98 | 0.61 |
| Hex | FD | F8 | 39 | 0 | 2 | 4D | 1 | 3A | 62 | 3D |
| Octal | 375 | 370 | 71 | 0 | 2 | 115 | 1 | 72 | 142 | 75 |
| Binary | 11111101 | 11111000 | 111001 | 0 | 10 | 1001101 | 1 | 111010 | 1100010 | 111101 |
Color Harmonies of #FDF839
Complementary color
Monochromatic Colors of #FDF839
Black with #FDF839
Text Example
Text Example
White with #FDF839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF839; }
p { color: rgb(253,248,57); }
H1.HeaderClassName
{
color: #FDF839;
}
.AnyTagClassName
{
color: #FDF839;
}
</style>
background-color css
<style>
a { background-color: #FDF839; }
a { background-color: rgb(253,248,57); }
div.DivClassName
{
background-color: #FDF839;
}
.BgClassName
{
background-color: #FDF839;
}
</style>
border-color css
<style>
span { border-color: #FDF839; }
span { border-color: rgb(253,248,57); }
td.TdClassName
{
border-color: #FDF839;
}
.TagClassName
{
border-color: #FDF839;
}
</style>