Shades of Gorse #FADC2F
Tints of Gorse #FADC2F
RGB
CMYK
RGB Variations
Color information
#FADC2F (or 0xFADC2F) is known color: Gorse. HEX triplet: FA, DC and 2F. RGB value is (250,220,47). Sum of RGB (Red+Green+Blue) = 250+220+47=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC2F is #0523D0. Grayscale: #D1D1D1. Windows color (decimal): -336849 or 3136762. OLE color: 3136762.
HSL color Cylindrical-coordinate representation of color #FADC2F: hue angle of 51.13º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FADC2F is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 47 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.02 |
| HSL | 51.13º | 0.95% | 0.58% | - |
| HSV(B) | 51.13º | 0.81% | 0.98% | - |
| XYZ | 65.53 | 71.72 | 13.08 | - |
| YUV | 209.25 | 36.44 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 47 | 0 | 0.12 | 0.81 | 0.02 | 51.13 | 0.95 | 0.58 |
| Hex | FA | DC | 2F | 0 | C | 51 | 2 | 33 | 5F | 3A |
| Octal | 372 | 334 | 57 | 0 | 14 | 121 | 2 | 63 | 137 | 72 |
| Binary | 11111010 | 11011100 | 101111 | 0 | 1100 | 1010001 | 10 | 110011 | 1011111 | 111010 |
Color Harmonies of #FADC2F
Complementary color
Monochromatic Colors of #FADC2F
Black with #FADC2F
Text Example
Text Example
White with #FADC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC2F; }
p { color: rgb(250,220,47); }
H1.HeaderClassName
{
color: #FADC2F;
}
.AnyTagClassName
{
color: #FADC2F;
}
</style>
background-color css
<style>
a { background-color: #FADC2F; }
a { background-color: rgb(250,220,47); }
div.DivClassName
{
background-color: #FADC2F;
}
.BgClassName
{
background-color: #FADC2F;
}
</style>
border-color css
<style>
span { border-color: #FADC2F; }
span { border-color: rgb(250,220,47); }
td.TdClassName
{
border-color: #FADC2F;
}
.TagClassName
{
border-color: #FADC2F;
}
</style>