Shades of Gorse #FADA2A
Tints of Gorse #FADA2A
RGB
CMYK
RGB Variations
Color information
#FADA2A (or 0xFADA2A) is known color: Gorse. HEX triplet: FA, DA and 2A. RGB value is (250,218,42). Sum of RGB (Red+Green+Blue) = 250+218+42=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 42 (16.80% from 255 or 8.24% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA2A is #0525D5. Grayscale: #D0D0D0. Windows color (decimal): -337366 or 2808570. OLE color: 2808570.
HSL color Cylindrical-coordinate representation of color #FADA2A: hue angle of 50.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FADA2A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 42 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.02 |
| HSL | 50.77º | 0.95% | 0.57% | - |
| HSV(B) | 50.77º | 0.83% | 0.98% | - |
| XYZ | 64.91 | 70.63 | 12.4 | - |
| YUV | 207.5 | 34.6 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 42 | 0 | 0.13 | 0.83 | 0.02 | 50.77 | 0.95 | 0.57 |
| Hex | FA | DA | 2A | 0 | D | 53 | 2 | 33 | 5F | 39 |
| Octal | 372 | 332 | 52 | 0 | 15 | 123 | 2 | 63 | 137 | 71 |
| Binary | 11111010 | 11011010 | 101010 | 0 | 1101 | 1010011 | 10 | 110011 | 1011111 | 111001 |
Color Harmonies of #FADA2A
Complementary color
Monochromatic Colors of #FADA2A
Black with #FADA2A
Text Example
Text Example
White with #FADA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA2A; }
p { color: rgb(250,218,42); }
H1.HeaderClassName
{
color: #FADA2A;
}
.AnyTagClassName
{
color: #FADA2A;
}
</style>
background-color css
<style>
a { background-color: #FADA2A; }
a { background-color: rgb(250,218,42); }
div.DivClassName
{
background-color: #FADA2A;
}
.BgClassName
{
background-color: #FADA2A;
}
</style>
border-color css
<style>
span { border-color: #FADA2A; }
span { border-color: rgb(250,218,42); }
td.TdClassName
{
border-color: #FADA2A;
}
.TagClassName
{
border-color: #FADA2A;
}
</style>