Shades of Gorse #FADC2D
Tints of Gorse #FADC2D
RGB
CMYK
RGB Variations
Color information
#FADC2D (or 0xFADC2D) is known color: Gorse. HEX triplet: FA, DC and 2D. RGB value is (250,220,45). Sum of RGB (Red+Green+Blue) = 250+220+45=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC2D is #0523D2. Grayscale: #D1D1D1. Windows color (decimal): -336851 or 3005690. OLE color: 3005690.
HSL color Cylindrical-coordinate representation of color #FADC2D: hue angle of 51.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FADC2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 51.22º | 0.95% | 0.58% | - |
| HSV(B) | 51.22º | 0.82% | 0.98% | - |
| XYZ | 65.49 | 71.7 | 12.87 | - |
| YUV | 209.02 | 35.44 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 45 | 0 | 0.12 | 0.82 | 0.02 | 51.22 | 0.95 | 0.58 |
| Hex | FA | DC | 2D | 0 | C | 52 | 2 | 33 | 5F | 3A |
| Octal | 372 | 334 | 55 | 0 | 14 | 122 | 2 | 63 | 137 | 72 |
| Binary | 11111010 | 11011100 | 101101 | 0 | 1100 | 1010010 | 10 | 110011 | 1011111 | 111010 |
Color Harmonies of #FADC2D
Complementary color
Monochromatic Colors of #FADC2D
Black with #FADC2D
Text Example
Text Example
White with #FADC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC2D; }
p { color: rgb(250,220,45); }
H1.HeaderClassName
{
color: #FADC2D;
}
.AnyTagClassName
{
color: #FADC2D;
}
</style>
background-color css
<style>
a { background-color: #FADC2D; }
a { background-color: rgb(250,220,45); }
div.DivClassName
{
background-color: #FADC2D;
}
.BgClassName
{
background-color: #FADC2D;
}
</style>
border-color css
<style>
span { border-color: #FADC2D; }
span { border-color: rgb(250,220,45); }
td.TdClassName
{
border-color: #FADC2D;
}
.TagClassName
{
border-color: #FADC2D;
}
</style>