Shades of Gorse #FADA3E
Tints of Gorse #FADA3E
RGB
CMYK
RGB Variations
Color information
#FADA3E (or 0xFADA3E) is known color: Gorse. HEX triplet: FA, DA and 3E. RGB value is (250,218,62). Sum of RGB (Red+Green+Blue) = 250+218+62=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA3E is #0525C1. Grayscale: #D2D2D2. Windows color (decimal): -337346 or 4119290. OLE color: 4119290.
HSL color Cylindrical-coordinate representation of color #FADA3E: hue angle of 49.79º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FADA3E is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 62 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.02 |
| HSL | 49.79º | 0.95% | 0.61% | - |
| HSV(B) | 49.79º | 0.75% | 0.98% | - |
| XYZ | 65.37 | 70.81 | 14.78 | - |
| YUV | 209.78 | 44.6 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 62 | 0 | 0.13 | 0.75 | 0.02 | 49.79 | 0.95 | 0.61 |
| Hex | FA | DA | 3E | 0 | D | 4B | 2 | 32 | 5F | 3D |
| Octal | 372 | 332 | 76 | 0 | 15 | 113 | 2 | 62 | 137 | 75 |
| Binary | 11111010 | 11011010 | 111110 | 0 | 1101 | 1001011 | 10 | 110010 | 1011111 | 111101 |
Color Harmonies of #FADA3E
Complementary color
Monochromatic Colors of #FADA3E
Black with #FADA3E
Text Example
Text Example
White with #FADA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA3E; }
p { color: rgb(250,218,62); }
H1.HeaderClassName
{
color: #FADA3E;
}
.AnyTagClassName
{
color: #FADA3E;
}
</style>
background-color css
<style>
a { background-color: #FADA3E; }
a { background-color: rgb(250,218,62); }
div.DivClassName
{
background-color: #FADA3E;
}
.BgClassName
{
background-color: #FADA3E;
}
</style>
border-color css
<style>
span { border-color: #FADA3E; }
span { border-color: rgb(250,218,62); }
td.TdClassName
{
border-color: #FADA3E;
}
.TagClassName
{
border-color: #FADA3E;
}
</style>