Shades of Gorse #FADD3D
Tints of Gorse #FADD3D
RGB
CMYK
RGB Variations
Color information
#FADD3D (or 0xFADD3D) is known color: Gorse. HEX triplet: FA, DD and 3D. RGB value is (250,221,61). Sum of RGB (Red+Green+Blue) = 250+221+61=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD3D is #0522C2. Grayscale: #D4D4D4. Windows color (decimal): -336579 or 4054522. OLE color: 4054522.
HSL color Cylindrical-coordinate representation of color #FADD3D: hue angle of 50.79º 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 #FADD3D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 61 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.02 |
| HSL | 50.79º | 0.95% | 0.61% | - |
| HSV(B) | 50.79º | 0.76% | 0.98% | - |
| XYZ | 66.12 | 72.37 | 14.9 | - |
| YUV | 211.43 | 43.11 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 61 | 0 | 0.12 | 0.76 | 0.02 | 50.79 | 0.95 | 0.61 |
| Hex | FA | DD | 3D | 0 | C | 4C | 2 | 33 | 5F | 3D |
| Octal | 372 | 335 | 75 | 0 | 14 | 114 | 2 | 63 | 137 | 75 |
| Binary | 11111010 | 11011101 | 111101 | 0 | 1100 | 1001100 | 10 | 110011 | 1011111 | 111101 |
Color Harmonies of #FADD3D
Complementary color
Monochromatic Colors of #FADD3D
Black with #FADD3D
Text Example
Text Example
White with #FADD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD3D; }
p { color: rgb(250,221,61); }
H1.HeaderClassName
{
color: #FADD3D;
}
.AnyTagClassName
{
color: #FADD3D;
}
</style>
background-color css
<style>
a { background-color: #FADD3D; }
a { background-color: rgb(250,221,61); }
div.DivClassName
{
background-color: #FADD3D;
}
.BgClassName
{
background-color: #FADD3D;
}
</style>
border-color css
<style>
span { border-color: #FADD3D; }
span { border-color: rgb(250,221,61); }
td.TdClassName
{
border-color: #FADD3D;
}
.TagClassName
{
border-color: #FADD3D;
}
</style>