Shades of Gorse #FADC31
Tints of Gorse #FADC31
RGB
CMYK
RGB Variations
Color information
#FADC31 (or 0xFADC31) is known color: Gorse. HEX triplet: FA, DC and 31. RGB value is (250,220,49). Sum of RGB (Red+Green+Blue) = 250+220+49=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC31 is #0523CE. Grayscale: #D2D2D2. Windows color (decimal): -336847 or 3267834. OLE color: 3267834.
HSL color Cylindrical-coordinate representation of color #FADC31: hue angle of 51.04º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FADC31 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 49 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 51.04º | 0.95% | 0.59% | - |
| HSV(B) | 51.04º | 0.8% | 0.98% | - |
| XYZ | 65.57 | 71.73 | 13.3 | - |
| YUV | 209.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 49 | 0 | 0.12 | 0.80 | 0.02 | 51.04 | 0.95 | 0.59 |
| Hex | FA | DC | 31 | 0 | C | 50 | 2 | 33 | 5F | 3B |
| Octal | 372 | 334 | 61 | 0 | 14 | 120 | 2 | 63 | 137 | 73 |
| Binary | 11111010 | 11011100 | 110001 | 0 | 1100 | 1010000 | 10 | 110011 | 1011111 | 111011 |
Color Harmonies of #FADC31
Complementary color
Monochromatic Colors of #FADC31
Black with #FADC31
Text Example
Text Example
White with #FADC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC31; }
p { color: rgb(250,220,49); }
H1.HeaderClassName
{
color: #FADC31;
}
.AnyTagClassName
{
color: #FADC31;
}
</style>
background-color css
<style>
a { background-color: #FADC31; }
a { background-color: rgb(250,220,49); }
div.DivClassName
{
background-color: #FADC31;
}
.BgClassName
{
background-color: #FADC31;
}
</style>
border-color css
<style>
span { border-color: #FADC31; }
span { border-color: rgb(250,220,49); }
td.TdClassName
{
border-color: #FADC31;
}
.TagClassName
{
border-color: #FADC31;
}
</style>