Shades of Gorse #FADB3D
Tints of Gorse #FADB3D
RGB
CMYK
RGB Variations
Color information
#FADB3D (or 0xFADB3D) is known color: Gorse. HEX triplet: FA, DB and 3D. RGB value is (250,219,61). Sum of RGB (Red+Green+Blue) = 250+219+61=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB3D is #0524C2. Grayscale: #D2D2D2. Windows color (decimal): -337091 or 4054010. OLE color: 4054010.
HSL color Cylindrical-coordinate representation of color #FADB3D: hue angle of 50.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FADB3D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 61 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.02 |
| HSL | 50.16º | 0.95% | 0.61% | - |
| HSV(B) | 50.16º | 0.76% | 0.98% | - |
| XYZ | 65.6 | 71.32 | 14.72 | - |
| YUV | 210.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 61 | 0 | 0.12 | 0.76 | 0.02 | 50.16 | 0.95 | 0.61 |
| Hex | FA | DB | 3D | 0 | C | 4C | 2 | 32 | 5F | 3D |
| Octal | 372 | 333 | 75 | 0 | 14 | 114 | 2 | 62 | 137 | 75 |
| Binary | 11111010 | 11011011 | 111101 | 0 | 1100 | 1001100 | 10 | 110010 | 1011111 | 111101 |
Color Harmonies of #FADB3D
Complementary color
Monochromatic Colors of #FADB3D
Black with #FADB3D
Text Example
Text Example
White with #FADB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB3D; }
p { color: rgb(250,219,61); }
H1.HeaderClassName
{
color: #FADB3D;
}
.AnyTagClassName
{
color: #FADB3D;
}
</style>
background-color css
<style>
a { background-color: #FADB3D; }
a { background-color: rgb(250,219,61); }
div.DivClassName
{
background-color: #FADB3D;
}
.BgClassName
{
background-color: #FADB3D;
}
</style>
border-color css
<style>
span { border-color: #FADB3D; }
span { border-color: rgb(250,219,61); }
td.TdClassName
{
border-color: #FADB3D;
}
.TagClassName
{
border-color: #FADB3D;
}
</style>