Shades of Gorse #FADB40
Tints of Gorse #FADB40
RGB
CMYK
RGB Variations
Color information
#FADB40 (or 0xFADB40) is known color: Gorse. HEX triplet: FA, DB and 40. RGB value is (250,219,64). Sum of RGB (Red+Green+Blue) = 250+219+64=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB40 is #0524BF. Grayscale: #D3D3D3. Windows color (decimal): -337088 or 4250618. OLE color: 4250618.
HSL color Cylindrical-coordinate representation of color #FADB40: hue angle of 50º 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 #FADB40 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 64 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.02 |
| HSL | 50º | 0.95% | 0.62% | - |
| HSV(B) | 50º | 0.74% | 0.98% | - |
| XYZ | 65.68 | 71.36 | 15.16 | - |
| YUV | 210.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 64 | 0 | 0.12 | 0.74 | 0.02 | 50 | 0.95 | 0.62 |
| Hex | FA | DB | 40 | 0 | C | 4A | 2 | 32 | 5F | 3E |
| Octal | 372 | 333 | 100 | 0 | 14 | 112 | 2 | 62 | 137 | 76 |
| Binary | 11111010 | 11011011 | 1000000 | 0 | 1100 | 1001010 | 10 | 110010 | 1011111 | 111110 |
Color Harmonies of #FADB40
Complementary color
Monochromatic Colors of #FADB40
Black with #FADB40
Text Example
Text Example
White with #FADB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB40; }
p { color: rgb(250,219,64); }
H1.HeaderClassName
{
color: #FADB40;
}
.AnyTagClassName
{
color: #FADB40;
}
</style>
background-color css
<style>
a { background-color: #FADB40; }
a { background-color: rgb(250,219,64); }
div.DivClassName
{
background-color: #FADB40;
}
.BgClassName
{
background-color: #FADB40;
}
</style>
border-color css
<style>
span { border-color: #FADB40; }
span { border-color: rgb(250,219,64); }
td.TdClassName
{
border-color: #FADB40;
}
.TagClassName
{
border-color: #FADB40;
}
</style>