Shades of Gorse #FADD2D
Tints of Gorse #FADD2D
RGB
CMYK
RGB Variations
Color information
#FADD2D (or 0xFADD2D) is known color: Gorse. HEX triplet: FA, DD and 2D. RGB value is (250,221,45). Sum of RGB (Red+Green+Blue) = 250+221+45=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD2D is #0522D2. Grayscale: #D2D2D2. Windows color (decimal): -336595 or 3005946. OLE color: 3005946.
HSL color Cylindrical-coordinate representation of color #FADD2D: hue angle of 51.51º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FADD2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 51.51º | 0.95% | 0.58% | - |
| HSV(B) | 51.51º | 0.82% | 0.98% | - |
| XYZ | 65.75 | 72.23 | 12.96 | - |
| YUV | 209.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 45 | 0 | 0.12 | 0.82 | 0.02 | 51.51 | 0.95 | 0.58 |
| Hex | FA | DD | 2D | 0 | C | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 335 | 55 | 0 | 14 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011101 | 101101 | 0 | 1100 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADD2D
Complementary color
Monochromatic Colors of #FADD2D
Black with #FADD2D
Text Example
Text Example
White with #FADD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD2D; }
p { color: rgb(250,221,45); }
H1.HeaderClassName
{
color: #FADD2D;
}
.AnyTagClassName
{
color: #FADD2D;
}
</style>
background-color css
<style>
a { background-color: #FADD2D; }
a { background-color: rgb(250,221,45); }
div.DivClassName
{
background-color: #FADD2D;
}
.BgClassName
{
background-color: #FADD2D;
}
</style>
border-color css
<style>
span { border-color: #FADD2D; }
span { border-color: rgb(250,221,45); }
td.TdClassName
{
border-color: #FADD2D;
}
.TagClassName
{
border-color: #FADD2D;
}
</style>