Shades of Gorse #FADC37
Tints of Gorse #FADC37
RGB
CMYK
RGB Variations
Color information
#FADC37 (or 0xFADC37) is known color: Gorse. HEX triplet: FA, DC and 37. RGB value is (250,220,55). Sum of RGB (Red+Green+Blue) = 250+220+55=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 55 (21.88% from 255 or 10.48% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC37 is #0523C8. Grayscale: #D2D2D2. Windows color (decimal): -336841 or 3661050. OLE color: 3661050.
HSL color Cylindrical-coordinate representation of color #FADC37: hue angle of 50.77º 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 #FADC37 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 55 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.77º | 0.95% | 0.6% | - |
| HSV(B) | 50.77º | 0.78% | 0.98% | - |
| XYZ | 65.71 | 71.79 | 14.01 | - |
| YUV | 210.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 55 | 0 | 0.12 | 0.78 | 0.02 | 50.77 | 0.95 | 0.6 |
| Hex | FA | DC | 37 | 0 | C | 4E | 2 | 33 | 5F | 3C |
| Octal | 372 | 334 | 67 | 0 | 14 | 116 | 2 | 63 | 137 | 74 |
| Binary | 11111010 | 11011100 | 110111 | 0 | 1100 | 1001110 | 10 | 110011 | 1011111 | 111100 |
Color Harmonies of #FADC37
Complementary color
Monochromatic Colors of #FADC37
Black with #FADC37
Text Example
Text Example
White with #FADC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC37; }
p { color: rgb(250,220,55); }
H1.HeaderClassName
{
color: #FADC37;
}
.AnyTagClassName
{
color: #FADC37;
}
</style>
background-color css
<style>
a { background-color: #FADC37; }
a { background-color: rgb(250,220,55); }
div.DivClassName
{
background-color: #FADC37;
}
.BgClassName
{
background-color: #FADC37;
}
</style>
border-color css
<style>
span { border-color: #FADC37; }
span { border-color: rgb(250,220,55); }
td.TdClassName
{
border-color: #FADC37;
}
.TagClassName
{
border-color: #FADC37;
}
</style>