Shades of Gorse #FADA30
Tints of Gorse #FADA30
RGB
CMYK
RGB Variations
Color information
#FADA30 (or 0xFADA30) is known color: Gorse. HEX triplet: FA, DA and 30. RGB value is (250,218,48). Sum of RGB (Red+Green+Blue) = 250+218+48=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA30 is #0525CF. Grayscale: #D0D0D0. Windows color (decimal): -337360 or 3201786. OLE color: 3201786.
HSL color Cylindrical-coordinate representation of color #FADA30: hue angle of 50.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FADA30 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 48 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.02 |
| HSL | 50.5º | 0.95% | 0.58% | - |
| HSV(B) | 50.5º | 0.81% | 0.98% | - |
| XYZ | 65.03 | 70.68 | 13.01 | - |
| YUV | 208.19 | 37.6 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 48 | 0 | 0.13 | 0.81 | 0.02 | 50.5 | 0.95 | 0.58 |
| Hex | FA | DA | 30 | 0 | D | 51 | 2 | 32 | 5F | 3A |
| Octal | 372 | 332 | 60 | 0 | 15 | 121 | 2 | 62 | 137 | 72 |
| Binary | 11111010 | 11011010 | 110000 | 0 | 1101 | 1010001 | 10 | 110010 | 1011111 | 111010 |
Color Harmonies of #FADA30
Complementary color
Monochromatic Colors of #FADA30
Black with #FADA30
Text Example
Text Example
White with #FADA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA30; }
p { color: rgb(250,218,48); }
H1.HeaderClassName
{
color: #FADA30;
}
.AnyTagClassName
{
color: #FADA30;
}
</style>
background-color css
<style>
a { background-color: #FADA30; }
a { background-color: rgb(250,218,48); }
div.DivClassName
{
background-color: #FADA30;
}
.BgClassName
{
background-color: #FADA30;
}
</style>
border-color css
<style>
span { border-color: #FADA30; }
span { border-color: rgb(250,218,48); }
td.TdClassName
{
border-color: #FADA30;
}
.TagClassName
{
border-color: #FADA30;
}
</style>