Shades of Gorse #FADD2C
Tints of Gorse #FADD2C
RGB
CMYK
RGB Variations
Color information
#FADD2C (or 0xFADD2C) is known color: Gorse. HEX triplet: FA, DD and 2C. RGB value is (250,221,44). Sum of RGB (Red+Green+Blue) = 250+221+44=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 44 (17.58% from 255 or 8.54% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD2C is #0522D3. Grayscale: #D2D2D2. Windows color (decimal): -336596 or 2940410. OLE color: 2940410.
HSL color Cylindrical-coordinate representation of color #FADD2C: hue angle of 51.55º 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 #FADD2C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 44 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 51.55º | 0.95% | 0.58% | - |
| HSV(B) | 51.55º | 0.82% | 0.98% | - |
| XYZ | 65.74 | 72.22 | 12.86 | - |
| YUV | 209.49 | 34.61 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 44 | 0 | 0.12 | 0.82 | 0.02 | 51.55 | 0.95 | 0.58 |
| Hex | FA | DD | 2C | 0 | C | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 335 | 54 | 0 | 14 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011101 | 101100 | 0 | 1100 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADD2C
Complementary color
Monochromatic Colors of #FADD2C
Black with #FADD2C
Text Example
Text Example
White with #FADD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD2C; }
p { color: rgb(250,221,44); }
H1.HeaderClassName
{
color: #FADD2C;
}
.AnyTagClassName
{
color: #FADD2C;
}
</style>
background-color css
<style>
a { background-color: #FADD2C; }
a { background-color: rgb(250,221,44); }
div.DivClassName
{
background-color: #FADD2C;
}
.BgClassName
{
background-color: #FADD2C;
}
</style>
border-color css
<style>
span { border-color: #FADD2C; }
span { border-color: rgb(250,221,44); }
td.TdClassName
{
border-color: #FADD2C;
}
.TagClassName
{
border-color: #FADD2C;
}
</style>