Shades of Gorse #FFDA35
Tints of Gorse #FFDA35
RGB
CMYK
RGB Variations
Color information
#FFDA35 (or 0xFFDA35) is known color: Gorse. HEX triplet: FF, DA and 35. RGB value is (255,218,53). Sum of RGB (Red+Green+Blue) = 255+218+53=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 53 (21.09% from 255 or 10.08% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA35 is #0025CA. Grayscale: #D2D2D2. Windows color (decimal): -9675 or 3529471. OLE color: 3529471.
HSL color Cylindrical-coordinate representation of color #FFDA35: hue angle of 49.01º 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 #FFDA35 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 53 | - |
| CMYK | 0 | 0.15 | 0.79 | 0 |
| HSL | 49.01º | 1% | 0.6% | - |
| HSV(B) | 49.01º | 0.79% | 1% | - |
| XYZ | 66.95 | 71.66 | 13.67 | - |
| YUV | 210.25 | 39.26 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 53 | 0 | 0.15 | 0.79 | 0 | 49.01 | 1 | 0.6 |
| Hex | FF | DA | 35 | 0 | F | 4F | 0 | 31 | 64 | 3C |
| Octal | 377 | 332 | 65 | 0 | 17 | 117 | 0 | 61 | 144 | 74 |
| Binary | 11111111 | 11011010 | 110101 | 0 | 1111 | 1001111 | 0 | 110001 | 1100100 | 111100 |
Color Harmonies of #FFDA35
Complementary color
Monochromatic Colors of #FFDA35
Black with #FFDA35
Text Example
Text Example
White with #FFDA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA35; }
p { color: rgb(255,218,53); }
H1.HeaderClassName
{
color: #FFDA35;
}
.AnyTagClassName
{
color: #FFDA35;
}
</style>
background-color css
<style>
a { background-color: #FFDA35; }
a { background-color: rgb(255,218,53); }
div.DivClassName
{
background-color: #FFDA35;
}
.BgClassName
{
background-color: #FFDA35;
}
</style>
border-color css
<style>
span { border-color: #FFDA35; }
span { border-color: rgb(255,218,53); }
td.TdClassName
{
border-color: #FFDA35;
}
.TagClassName
{
border-color: #FFDA35;
}
</style>