Shades of Gorse #FFD935
Tints of Gorse #FFD935
RGB
CMYK
RGB Variations
Color information
#FFD935 (or 0xFFD935) is known color: Gorse. HEX triplet: FF, D9 and 35. RGB value is (255,217,53). Sum of RGB (Red+Green+Blue) = 255+217+53=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 53 (21.09% from 255 or 10.10% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD935 is #0026CA. Grayscale: #D2D2D2. Windows color (decimal): -9931 or 3529215. OLE color: 3529215.
HSL color Cylindrical-coordinate representation of color #FFD935: hue angle of 48.71º 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 #FFD935 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 217 | 53 | - |
| CMYK | 0 | 0.15 | 0.79 | 0 |
| HSL | 48.71º | 1% | 0.6% | - |
| HSV(B) | 48.71º | 0.79% | 1% | - |
| XYZ | 66.7 | 71.14 | 13.58 | - |
| YUV | 209.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 217 | 53 | 0 | 0.15 | 0.79 | 0 | 48.71 | 1 | 0.6 |
| Hex | FF | D9 | 35 | 0 | F | 4F | 0 | 31 | 64 | 3C |
| Octal | 377 | 331 | 65 | 0 | 17 | 117 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011001 | 110101 | 0 | 1111 | 1001111 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFD935
Complementary color
Monochromatic Colors of #FFD935
Black with #FFD935
Text Example
Text Example
White with #FFD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD935; }
p { color: rgb(255,217,53); }
H1.HeaderClassName
{
color: #FFD935;
}
.AnyTagClassName
{
color: #FFD935;
}
</style>
background-color css
<style>
a { background-color: #FFD935; }
a { background-color: rgb(255,217,53); }
div.DivClassName
{
background-color: #FFD935;
}
.BgClassName
{
background-color: #FFD935;
}
</style>
border-color css
<style>
span { border-color: #FFD935; }
span { border-color: rgb(255,217,53); }
td.TdClassName
{
border-color: #FFD935;
}
.TagClassName
{
border-color: #FFD935;
}
</style>