Shades of Gorse #FADC40
Tints of Gorse #FADC40
RGB
CMYK
RGB Variations
Color information
#FADC40 (or 0xFADC40) is known color: Gorse. HEX triplet: FA, DC and 40. RGB value is (250,220,64). Sum of RGB (Red+Green+Blue) = 250+220+64=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC40 is #0523BF. Grayscale: #D3D3D3. Windows color (decimal): -336832 or 4250874. OLE color: 4250874.
HSL color Cylindrical-coordinate representation of color #FADC40: hue angle of 50.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FADC40 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 64 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.02 |
| HSL | 50.32º | 0.95% | 0.62% | - |
| HSV(B) | 50.32º | 0.74% | 0.98% | - |
| XYZ | 65.94 | 71.88 | 15.25 | - |
| YUV | 211.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 64 | 0 | 0.12 | 0.74 | 0.02 | 50.32 | 0.95 | 0.62 |
| Hex | FA | DC | 40 | 0 | C | 4A | 2 | 32 | 5F | 3E |
| Octal | 372 | 334 | 100 | 0 | 14 | 112 | 2 | 62 | 137 | 76 |
| Binary | 11111010 | 11011100 | 1000000 | 0 | 1100 | 1001010 | 10 | 110010 | 1011111 | 111110 |
Color Harmonies of #FADC40
Complementary color
Monochromatic Colors of #FADC40
Black with #FADC40
Text Example
Text Example
White with #FADC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC40; }
p { color: rgb(250,220,64); }
H1.HeaderClassName
{
color: #FADC40;
}
.AnyTagClassName
{
color: #FADC40;
}
</style>
background-color css
<style>
a { background-color: #FADC40; }
a { background-color: rgb(250,220,64); }
div.DivClassName
{
background-color: #FADC40;
}
.BgClassName
{
background-color: #FADC40;
}
</style>
border-color css
<style>
span { border-color: #FADC40; }
span { border-color: rgb(250,220,64); }
td.TdClassName
{
border-color: #FADC40;
}
.TagClassName
{
border-color: #FADC40;
}
</style>