Shades of Gorse #FFDA3A
Tints of Gorse #FFDA3A
RGB
CMYK
RGB Variations
Color information
#FFDA3A (or 0xFFDA3A) is known color: Gorse. HEX triplet: FF, DA and 3A. RGB value is (255,218,58). Sum of RGB (Red+Green+Blue) = 255+218+58=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA3A is #0025C5. Grayscale: #D3D3D3. Windows color (decimal): -9670 or 3857151. OLE color: 3857151.
HSL color Cylindrical-coordinate representation of color #FFDA3A: hue angle of 48.73º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFDA3A is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 58 | - |
| CMYK | 0 | 0.15 | 0.77 | 0 |
| HSL | 48.73º | 1% | 0.61% | - |
| HSV(B) | 48.73º | 0.77% | 1% | - |
| XYZ | 67.08 | 71.71 | 14.31 | - |
| YUV | 210.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 58 | 0 | 0.15 | 0.77 | 0 | 48.73 | 1 | 0.61 |
| Hex | FF | DA | 3A | 0 | F | 4D | 0 | 31 | 64 | 3D |
| Octal | 377 | 332 | 72 | 0 | 17 | 115 | 0 | 61 | 144 | 75 |
| Binary | 11111111 | 11011010 | 111010 | 0 | 1111 | 1001101 | 0 | 110001 | 1100100 | 111101 |
Color Harmonies of #FFDA3A
Complementary color
Monochromatic Colors of #FFDA3A
Black with #FFDA3A
Text Example
Text Example
White with #FFDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA3A; }
p { color: rgb(255,218,58); }
H1.HeaderClassName
{
color: #FFDA3A;
}
.AnyTagClassName
{
color: #FFDA3A;
}
</style>
background-color css
<style>
a { background-color: #FFDA3A; }
a { background-color: rgb(255,218,58); }
div.DivClassName
{
background-color: #FFDA3A;
}
.BgClassName
{
background-color: #FFDA3A;
}
</style>
border-color css
<style>
span { border-color: #FFDA3A; }
span { border-color: rgb(255,218,58); }
td.TdClassName
{
border-color: #FFDA3A;
}
.TagClassName
{
border-color: #FFDA3A;
}
</style>