Shades of Gorse #FADE2E
Tints of Gorse #FADE2E
RGB
CMYK
RGB Variations
Color information
#FADE2E (or 0xFADE2E) is known color: Gorse. HEX triplet: FA, DE and 2E. RGB value is (250,222,46). Sum of RGB (Red+Green+Blue) = 250+222+46=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE2E is #0521D1. Grayscale: #D3D3D3. Windows color (decimal): -336338 or 3071738. OLE color: 3071738.
HSL color Cylindrical-coordinate representation of color #FADE2E: hue angle of 51.76º 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 #FADE2E is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 46 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.02 |
| HSL | 51.76º | 0.95% | 0.58% | - |
| HSV(B) | 51.76º | 0.82% | 0.98% | - |
| XYZ | 66.04 | 72.76 | 13.15 | - |
| YUV | 210.31 | 35.28 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 46 | 0 | 0.11 | 0.82 | 0.02 | 51.76 | 0.95 | 0.58 |
| Hex | FA | DE | 2E | 0 | B | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 336 | 56 | 0 | 13 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011110 | 101110 | 0 | 1011 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADE2E
Complementary color
Monochromatic Colors of #FADE2E
Black with #FADE2E
Text Example
Text Example
White with #FADE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE2E; }
p { color: rgb(250,222,46); }
H1.HeaderClassName
{
color: #FADE2E;
}
.AnyTagClassName
{
color: #FADE2E;
}
</style>
background-color css
<style>
a { background-color: #FADE2E; }
a { background-color: rgb(250,222,46); }
div.DivClassName
{
background-color: #FADE2E;
}
.BgClassName
{
background-color: #FADE2E;
}
</style>
border-color css
<style>
span { border-color: #FADE2E; }
span { border-color: rgb(250,222,46); }
td.TdClassName
{
border-color: #FADE2E;
}
.TagClassName
{
border-color: #FADE2E;
}
</style>