Shades of Gorse #FADE2C
Tints of Gorse #FADE2C
RGB
CMYK
RGB Variations
Color information
#FADE2C (or 0xFADE2C) is known color: Gorse. HEX triplet: FA, DE and 2C. RGB value is (250,222,44). Sum of RGB (Red+Green+Blue) = 250+222+44=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE2C is #0521D3. Grayscale: #D2D2D2. Windows color (decimal): -336340 or 2940666. OLE color: 2940666.
HSL color Cylindrical-coordinate representation of color #FADE2C: hue angle of 51.84º 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 #FADE2C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 44 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.02 |
| HSL | 51.84º | 0.95% | 0.58% | - |
| HSV(B) | 51.84º | 0.82% | 0.98% | - |
| XYZ | 66 | 72.75 | 12.95 | - |
| YUV | 210.08 | 34.28 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 44 | 0 | 0.11 | 0.82 | 0.02 | 51.84 | 0.95 | 0.58 |
| Hex | FA | DE | 2C | 0 | B | 52 | 2 | 34 | 5F | 3A |
| Octal | 372 | 336 | 54 | 0 | 13 | 122 | 2 | 64 | 137 | 72 |
| Binary | 11111010 | 11011110 | 101100 | 0 | 1011 | 1010010 | 10 | 110100 | 1011111 | 111010 |
Color Harmonies of #FADE2C
Complementary color
Monochromatic Colors of #FADE2C
Black with #FADE2C
Text Example
Text Example
White with #FADE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE2C; }
p { color: rgb(250,222,44); }
H1.HeaderClassName
{
color: #FADE2C;
}
.AnyTagClassName
{
color: #FADE2C;
}
</style>
background-color css
<style>
a { background-color: #FADE2C; }
a { background-color: rgb(250,222,44); }
div.DivClassName
{
background-color: #FADE2C;
}
.BgClassName
{
background-color: #FADE2C;
}
</style>
border-color css
<style>
span { border-color: #FADE2C; }
span { border-color: rgb(250,222,44); }
td.TdClassName
{
border-color: #FADE2C;
}
.TagClassName
{
border-color: #FADE2C;
}
</style>