Shades of Gorse #FADC3F
Tints of Gorse #FADC3F
RGB
CMYK
RGB Variations
Color information
#FADC3F (or 0xFADC3F) is known color: Gorse. HEX triplet: FA, DC and 3F. RGB value is (250,220,63). Sum of RGB (Red+Green+Blue) = 250+220+63=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC3F is #0523C0. Grayscale: #D3D3D3. Windows color (decimal): -336833 or 4185338. OLE color: 4185338.
HSL color Cylindrical-coordinate representation of color #FADC3F: hue angle of 50.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FADC3F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 63 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.02 |
| HSL | 50.37º | 0.95% | 0.61% | - |
| HSV(B) | 50.37º | 0.75% | 0.98% | - |
| XYZ | 65.91 | 71.87 | 15.1 | - |
| YUV | 211.07 | 44.44 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 63 | 0 | 0.12 | 0.75 | 0.02 | 50.37 | 0.95 | 0.61 |
| Hex | FA | DC | 3F | 0 | C | 4B | 2 | 32 | 5F | 3D |
| Octal | 372 | 334 | 77 | 0 | 14 | 113 | 2 | 62 | 137 | 75 |
| Binary | 11111010 | 11011100 | 111111 | 0 | 1100 | 1001011 | 10 | 110010 | 1011111 | 111101 |
Color Harmonies of #FADC3F
Complementary color
Monochromatic Colors of #FADC3F
Black with #FADC3F
Text Example
Text Example
White with #FADC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC3F; }
p { color: rgb(250,220,63); }
H1.HeaderClassName
{
color: #FADC3F;
}
.AnyTagClassName
{
color: #FADC3F;
}
</style>
background-color css
<style>
a { background-color: #FADC3F; }
a { background-color: rgb(250,220,63); }
div.DivClassName
{
background-color: #FADC3F;
}
.BgClassName
{
background-color: #FADC3F;
}
</style>
border-color css
<style>
span { border-color: #FADC3F; }
span { border-color: rgb(250,220,63); }
td.TdClassName
{
border-color: #FADC3F;
}
.TagClassName
{
border-color: #FADC3F;
}
</style>