Shades of Gorse #FADA3F
Tints of Gorse #FADA3F
RGB
CMYK
RGB Variations
Color information
#FADA3F (or 0xFADA3F) is known color: Gorse. HEX triplet: FA, DA and 3F. RGB value is (250,218,63). Sum of RGB (Red+Green+Blue) = 250+218+63=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA3F is #0525C0. Grayscale: #D2D2D2. Windows color (decimal): -337345 or 4184826. OLE color: 4184826.
HSL color Cylindrical-coordinate representation of color #FADA3F: hue angle of 49.73º 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 #FADA3F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 63 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.02 |
| HSL | 49.73º | 0.95% | 0.61% | - |
| HSV(B) | 49.73º | 0.75% | 0.98% | - |
| XYZ | 65.39 | 70.83 | 14.93 | - |
| YUV | 209.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 63 | 0 | 0.13 | 0.75 | 0.02 | 49.73 | 0.95 | 0.61 |
| Hex | FA | DA | 3F | 0 | D | 4B | 2 | 32 | 5F | 3D |
| Octal | 372 | 332 | 77 | 0 | 15 | 113 | 2 | 62 | 137 | 75 |
| Binary | 11111010 | 11011010 | 111111 | 0 | 1101 | 1001011 | 10 | 110010 | 1011111 | 111101 |
Color Harmonies of #FADA3F
Complementary color
Monochromatic Colors of #FADA3F
Black with #FADA3F
Text Example
Text Example
White with #FADA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA3F; }
p { color: rgb(250,218,63); }
H1.HeaderClassName
{
color: #FADA3F;
}
.AnyTagClassName
{
color: #FADA3F;
}
</style>
background-color css
<style>
a { background-color: #FADA3F; }
a { background-color: rgb(250,218,63); }
div.DivClassName
{
background-color: #FADA3F;
}
.BgClassName
{
background-color: #FADA3F;
}
</style>
border-color css
<style>
span { border-color: #FADA3F; }
span { border-color: rgb(250,218,63); }
td.TdClassName
{
border-color: #FADA3F;
}
.TagClassName
{
border-color: #FADA3F;
}
</style>