Shades of Gorse #FADA40
Tints of Gorse #FADA40
RGB
CMYK
RGB Variations
Color information
#FADA40 (or 0xFADA40) is known color: Gorse. HEX triplet: FA, DA and 40. RGB value is (250,218,64). Sum of RGB (Red+Green+Blue) = 250+218+64=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA40 is #0525BF. Grayscale: #D2D2D2. Windows color (decimal): -337344 or 4250362. OLE color: 4250362.
HSL color Cylindrical-coordinate representation of color #FADA40: hue angle of 49.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FADA40 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 64 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.02 |
| HSL | 49.68º | 0.95% | 0.62% | - |
| HSV(B) | 49.68º | 0.74% | 0.98% | - |
| XYZ | 65.42 | 70.84 | 15.08 | - |
| YUV | 210.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 64 | 0 | 0.13 | 0.74 | 0.02 | 49.68 | 0.95 | 0.62 |
| Hex | FA | DA | 40 | 0 | D | 4A | 2 | 32 | 5F | 3E |
| Octal | 372 | 332 | 100 | 0 | 15 | 112 | 2 | 62 | 137 | 76 |
| Binary | 11111010 | 11011010 | 1000000 | 0 | 1101 | 1001010 | 10 | 110010 | 1011111 | 111110 |
Color Harmonies of #FADA40
Complementary color
Monochromatic Colors of #FADA40
Black with #FADA40
Text Example
Text Example
White with #FADA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA40; }
p { color: rgb(250,218,64); }
H1.HeaderClassName
{
color: #FADA40;
}
.AnyTagClassName
{
color: #FADA40;
}
</style>
background-color css
<style>
a { background-color: #FADA40; }
a { background-color: rgb(250,218,64); }
div.DivClassName
{
background-color: #FADA40;
}
.BgClassName
{
background-color: #FADA40;
}
</style>
border-color css
<style>
span { border-color: #FADA40; }
span { border-color: rgb(250,218,64); }
td.TdClassName
{
border-color: #FADA40;
}
.TagClassName
{
border-color: #FADA40;
}
</style>