Shades of Gorse #FADE2D
Tints of Gorse #FADE2D
RGB
CMYK
RGB Variations
Color information
#FADE2D (or 0xFADE2D) is known color: Gorse. HEX triplet: FA, DE and 2D. RGB value is (250,222,45). Sum of RGB (Red+Green+Blue) = 250+222+45=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 45 (17.97% from 255 or 8.70% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE2D is #0521D2. Grayscale: #D2D2D2. Windows color (decimal): -336339 or 3006202. OLE color: 3006202.
HSL color Cylindrical-coordinate representation of color #FADE2D: hue angle of 51.8º 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 #FADE2D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.02 |
| HSL | 51.8º | 0.95% | 0.58% | - |
| HSV(B) | 51.8º | 0.82% | 0.98% | - |
| XYZ | 66.02 | 72.76 | 13.05 | - |
| YUV | 210.19 | 34.78 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 45 | 0 | 0.11 | 0.82 | 0.02 | 51.8 | 0.95 | 0.58 |
| Hex | FA | DE | 2D | 0 | B | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 336 | 55 | 0 | 13 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011110 | 101101 | 0 | 1011 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADE2D
Complementary color
Monochromatic Colors of #FADE2D
Black with #FADE2D
Text Example
Text Example
White with #FADE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE2D; }
p { color: rgb(250,222,45); }
H1.HeaderClassName
{
color: #FADE2D;
}
.AnyTagClassName
{
color: #FADE2D;
}
</style>
background-color css
<style>
a { background-color: #FADE2D; }
a { background-color: rgb(250,222,45); }
div.DivClassName
{
background-color: #FADE2D;
}
.BgClassName
{
background-color: #FADE2D;
}
</style>
border-color css
<style>
span { border-color: #FADE2D; }
span { border-color: rgb(250,222,45); }
td.TdClassName
{
border-color: #FADE2D;
}
.TagClassName
{
border-color: #FADE2D;
}
</style>