Shades of Gorse #FADC32
Tints of Gorse #FADC32
RGB
CMYK
RGB Variations
Color information
#FADC32 (or 0xFADC32) is known color: Gorse. HEX triplet: FA, DC and 32. RGB value is (250,220,50). Sum of RGB (Red+Green+Blue) = 250+220+50=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC32 is #0523CD. Grayscale: #D2D2D2. Windows color (decimal): -336846 or 3333370. OLE color: 3333370.
HSL color Cylindrical-coordinate representation of color #FADC32: hue angle of 51º 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 #FADC32 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 50 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.02 |
| HSL | 51º | 0.95% | 0.59% | - |
| HSV(B) | 51º | 0.8% | 0.98% | - |
| XYZ | 65.59 | 71.74 | 13.41 | - |
| YUV | 209.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 50 | 0 | 0.12 | 0.8 | 0.02 | 51 | 0.95 | 0.59 |
| Hex | FA | DC | 32 | 0 | C | 50 | 2 | 33 | 5F | 3B |
| Octal | 372 | 334 | 62 | 0 | 14 | 120 | 2 | 63 | 137 | 73 |
| Binary | 11111010 | 11011100 | 110010 | 0 | 1100 | 1010000 | 10 | 110011 | 1011111 | 111011 |
Color Harmonies of #FADC32
Complementary color
Monochromatic Colors of #FADC32
Black with #FADC32
Text Example
Text Example
White with #FADC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC32; }
p { color: rgb(250,220,50); }
H1.HeaderClassName
{
color: #FADC32;
}
.AnyTagClassName
{
color: #FADC32;
}
</style>
background-color css
<style>
a { background-color: #FADC32; }
a { background-color: rgb(250,220,50); }
div.DivClassName
{
background-color: #FADC32;
}
.BgClassName
{
background-color: #FADC32;
}
</style>
border-color css
<style>
span { border-color: #FADC32; }
span { border-color: rgb(250,220,50); }
td.TdClassName
{
border-color: #FADC32;
}
.TagClassName
{
border-color: #FADC32;
}
</style>