Shades of Gorse #FADD2E
Tints of Gorse #FADD2E
RGB
CMYK
RGB Variations
Color information
#FADD2E (or 0xFADD2E) is known color: Gorse. HEX triplet: FA, DD and 2E. RGB value is (250,221,46). Sum of RGB (Red+Green+Blue) = 250+221+46=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD2E is #0522D1. Grayscale: #D2D2D2. Windows color (decimal): -336594 or 3071482. OLE color: 3071482.
HSL color Cylindrical-coordinate representation of color #FADD2E: hue angle of 51.47º 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 #FADD2E is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 46 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.02 |
| HSL | 51.47º | 0.95% | 0.58% | - |
| HSV(B) | 51.47º | 0.82% | 0.98% | - |
| XYZ | 65.77 | 72.23 | 13.06 | - |
| YUV | 209.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 46 | 0 | 0.12 | 0.82 | 0.02 | 51.47 | 0.95 | 0.58 |
| Hex | FA | DD | 2E | 0 | C | 52 | 2 | 33 | 5F | 3A |
| Octal | 372 | 335 | 56 | 0 | 14 | 122 | 2 | 63 | 137 | 72 |
| Binary | 11111010 | 11011101 | 101110 | 0 | 1100 | 1010010 | 10 | 110011 | 1011111 | 111010 |
Color Harmonies of #FADD2E
Complementary color
Monochromatic Colors of #FADD2E
Black with #FADD2E
Text Example
Text Example
White with #FADD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD2E; }
p { color: rgb(250,221,46); }
H1.HeaderClassName
{
color: #FADD2E;
}
.AnyTagClassName
{
color: #FADD2E;
}
</style>
background-color css
<style>
a { background-color: #FADD2E; }
a { background-color: rgb(250,221,46); }
div.DivClassName
{
background-color: #FADD2E;
}
.BgClassName
{
background-color: #FADD2E;
}
</style>
border-color css
<style>
span { border-color: #FADD2E; }
span { border-color: rgb(250,221,46); }
td.TdClassName
{
border-color: #FADD2E;
}
.TagClassName
{
border-color: #FADD2E;
}
</style>