Shades of Gorse #FDF835
Tints of Gorse #FDF835
RGB
CMYK
RGB Variations
Color information
#FDF835 (or 0xFDF835) is known color: Gorse. HEX triplet: FD, F8 and 35. RGB value is (253,248,53). Sum of RGB (Red+Green+Blue) = 253+248+53=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 53 (21.09% from 255 or 9.57% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF835 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF835 is #0207CA. Grayscale: #E4E4E4. Windows color (decimal): -133067 or 3537149. OLE color: 3537149.
HSL color Cylindrical-coordinate representation of color #FDF835: hue angle of 58.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FDF835 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 53 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.01 |
| HSL | 58.5º | 0.98% | 0.6% | - |
| HSV(B) | 58.5º | 0.79% | 0.99% | - |
| XYZ | 74.72 | 88.27 | 16.47 | - |
| YUV | 227.27 | 29.66 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 53 | 0 | 0.02 | 0.79 | 0.01 | 58.5 | 0.98 | 0.6 |
| Hex | FD | F8 | 35 | 0 | 2 | 4F | 1 | 3A | 62 | 3C |
| Octal | 375 | 370 | 65 | 0 | 2 | 117 | 1 | 72 | 142 | 74 |
| Binary | 11111101 | 11111000 | 110101 | 0 | 10 | 1001111 | 1 | 111010 | 1100010 | 111100 |
Color Harmonies of #FDF835
Complementary color
Monochromatic Colors of #FDF835
Black with #FDF835
Text Example
Text Example
White with #FDF835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF835; }
p { color: rgb(253,248,53); }
H1.HeaderClassName
{
color: #FDF835;
}
.AnyTagClassName
{
color: #FDF835;
}
</style>
background-color css
<style>
a { background-color: #FDF835; }
a { background-color: rgb(253,248,53); }
div.DivClassName
{
background-color: #FDF835;
}
.BgClassName
{
background-color: #FDF835;
}
</style>
border-color css
<style>
span { border-color: #FDF835; }
span { border-color: rgb(253,248,53); }
td.TdClassName
{
border-color: #FDF835;
}
.TagClassName
{
border-color: #FDF835;
}
</style>