Shades of Gorse #FADA2E
Tints of Gorse #FADA2E
RGB
CMYK
RGB Variations
Color information
#FADA2E (or 0xFADA2E) is known color: Gorse. HEX triplet: FA, DA and 2E. RGB value is (250,218,46). Sum of RGB (Red+Green+Blue) = 250+218+46=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 46 (18.36% from 255 or 8.95% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA2E is #0525D1. Grayscale: #D0D0D0. Windows color (decimal): -337362 or 3070714. OLE color: 3070714.
HSL color Cylindrical-coordinate representation of color #FADA2E: hue angle of 50.59º 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 #FADA2E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 46 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.02 |
| HSL | 50.59º | 0.95% | 0.58% | - |
| HSV(B) | 50.59º | 0.82% | 0.98% | - |
| XYZ | 64.99 | 70.66 | 12.8 | - |
| YUV | 207.96 | 36.6 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 46 | 0 | 0.13 | 0.82 | 0.02 | 50.59 | 0.95 | 0.58 |
| Hex | FA | DA | 2E | 0 | D | 52 | 2 | 33 | 5F | 3A |
| Octal | 372 | 332 | 56 | 0 | 15 | 122 | 2 | 63 | 137 | 72 |
| Binary | 11111010 | 11011010 | 101110 | 0 | 1101 | 1010010 | 10 | 110011 | 1011111 | 111010 |
Color Harmonies of #FADA2E
Complementary color
Monochromatic Colors of #FADA2E
Black with #FADA2E
Text Example
Text Example
White with #FADA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA2E; }
p { color: rgb(250,218,46); }
H1.HeaderClassName
{
color: #FADA2E;
}
.AnyTagClassName
{
color: #FADA2E;
}
</style>
background-color css
<style>
a { background-color: #FADA2E; }
a { background-color: rgb(250,218,46); }
div.DivClassName
{
background-color: #FADA2E;
}
.BgClassName
{
background-color: #FADA2E;
}
</style>
border-color css
<style>
span { border-color: #FADA2E; }
span { border-color: rgb(250,218,46); }
td.TdClassName
{
border-color: #FADA2E;
}
.TagClassName
{
border-color: #FADA2E;
}
</style>