Shades of Gorse #FADA2D
Tints of Gorse #FADA2D
RGB
CMYK
RGB Variations
Color information
#FADA2D (or 0xFADA2D) is known color: Gorse. HEX triplet: FA, DA and 2D. RGB value is (250,218,45). Sum of RGB (Red+Green+Blue) = 250+218+45=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA2D is #0525D2. Grayscale: #D0D0D0. Windows color (decimal): -337363 or 3005178. OLE color: 3005178.
HSL color Cylindrical-coordinate representation of color #FADA2D: hue angle of 50.63º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FADA2D is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 45 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.02 |
| HSL | 50.63º | 0.95% | 0.58% | - |
| HSV(B) | 50.63º | 0.82% | 0.98% | - |
| XYZ | 64.97 | 70.66 | 12.7 | - |
| YUV | 207.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 45 | 0 | 0.13 | 0.82 | 0.02 | 50.63 | 0.95 | 0.58 |
| Hex | FA | DA | 2D | 0 | D | 52 | 2 | 33 | 5F | 3A |
| Octal | 372 | 332 | 55 | 0 | 15 | 122 | 2 | 63 | 137 | 72 |
| Binary | 11111010 | 11011010 | 101101 | 0 | 1101 | 1010010 | 10 | 110011 | 1011111 | 111010 |
Color Harmonies of #FADA2D
Complementary color
Monochromatic Colors of #FADA2D
Black with #FADA2D
Text Example
Text Example
White with #FADA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA2D; }
p { color: rgb(250,218,45); }
H1.HeaderClassName
{
color: #FADA2D;
}
.AnyTagClassName
{
color: #FADA2D;
}
</style>
background-color css
<style>
a { background-color: #FADA2D; }
a { background-color: rgb(250,218,45); }
div.DivClassName
{
background-color: #FADA2D;
}
.BgClassName
{
background-color: #FADA2D;
}
</style>
border-color css
<style>
span { border-color: #FADA2D; }
span { border-color: rgb(250,218,45); }
td.TdClassName
{
border-color: #FADA2D;
}
.TagClassName
{
border-color: #FADA2D;
}
</style>