Shades of Gorse #FADA38
Tints of Gorse #FADA38
RGB
CMYK
RGB Variations
Color information
#FADA38 (or 0xFADA38) is known color: Gorse. HEX triplet: FA, DA and 38. RGB value is (250,218,56). Sum of RGB (Red+Green+Blue) = 250+218+56=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 56 (22.27% from 255 or 10.69% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADA38 is #0525C7. Grayscale: #D1D1D1. Windows color (decimal): -337352 or 3726074. OLE color: 3726074.
HSL color Cylindrical-coordinate representation of color #FADA38: hue angle of 50.1º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FADA38 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 218 | 56 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.02 |
| HSL | 50.1º | 0.95% | 0.6% | - |
| HSV(B) | 50.1º | 0.78% | 0.98% | - |
| XYZ | 65.21 | 70.75 | 13.96 | - |
| YUV | 209.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 218 | 56 | 0 | 0.13 | 0.78 | 0.02 | 50.1 | 0.95 | 0.6 |
| Hex | FA | DA | 38 | 0 | D | 4E | 2 | 32 | 5F | 3C |
| Octal | 372 | 332 | 70 | 0 | 15 | 116 | 2 | 62 | 137 | 74 |
| Binary | 11111010 | 11011010 | 111000 | 0 | 1101 | 1001110 | 10 | 110010 | 1011111 | 111100 |
Color Harmonies of #FADA38
Complementary color
Monochromatic Colors of #FADA38
Black with #FADA38
Text Example
Text Example
White with #FADA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADA38; }
p { color: rgb(250,218,56); }
H1.HeaderClassName
{
color: #FADA38;
}
.AnyTagClassName
{
color: #FADA38;
}
</style>
background-color css
<style>
a { background-color: #FADA38; }
a { background-color: rgb(250,218,56); }
div.DivClassName
{
background-color: #FADA38;
}
.BgClassName
{
background-color: #FADA38;
}
</style>
border-color css
<style>
span { border-color: #FADA38; }
span { border-color: rgb(250,218,56); }
td.TdClassName
{
border-color: #FADA38;
}
.TagClassName
{
border-color: #FADA38;
}
</style>