Shades of Gorse #FFD835
Tints of Gorse #FFD835
RGB
CMYK
RGB Variations
Color information
#FFD835 (or 0xFFD835) is known color: Gorse. HEX triplet: FF, D8 and 35. RGB value is (255,216,53). Sum of RGB (Red+Green+Blue) = 255+216+53=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD835 is #0027CA. Grayscale: #D1D1D1. Windows color (decimal): -10187 or 3528959. OLE color: 3528959.
HSL color Cylindrical-coordinate representation of color #FFD835: hue angle of 48.42º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFD835 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 53 | - |
| CMYK | 0 | 0.15 | 0.79 | 0 |
| HSL | 48.42º | 1% | 0.6% | - |
| HSV(B) | 48.42º | 0.79% | 1% | - |
| XYZ | 66.44 | 70.63 | 13.5 | - |
| YUV | 209.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 53 | 0 | 0.15 | 0.79 | 0 | 48.42 | 1 | 0.6 |
| Hex | FF | D8 | 35 | 0 | F | 4F | 0 | 30 | 64 | 3C |
| Octal | 377 | 330 | 65 | 0 | 17 | 117 | 0 | 60 | 144 | 74 |
| Binary | 11111111 | 11011000 | 110101 | 0 | 1111 | 1001111 | 0 | 110000 | 1100100 | 111100 |
Color Harmonies of #FFD835
Complementary color
Monochromatic Colors of #FFD835
Black with #FFD835
Text Example
Text Example
White with #FFD835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD835; }
p { color: rgb(255,216,53); }
H1.HeaderClassName
{
color: #FFD835;
}
.AnyTagClassName
{
color: #FFD835;
}
</style>
background-color css
<style>
a { background-color: #FFD835; }
a { background-color: rgb(255,216,53); }
div.DivClassName
{
background-color: #FFD835;
}
.BgClassName
{
background-color: #FFD835;
}
</style>
border-color css
<style>
span { border-color: #FFD835; }
span { border-color: rgb(255,216,53); }
td.TdClassName
{
border-color: #FFD835;
}
.TagClassName
{
border-color: #FFD835;
}
</style>