Shades of Gorse #FADE3C
Tints of Gorse #FADE3C
RGB
CMYK
RGB Variations
Color information
#FADE3C (or 0xFADE3C) is known color: Gorse. HEX triplet: FA, DE and 3C. RGB value is (250,222,60). Sum of RGB (Red+Green+Blue) = 250+222+60=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 60 (23.83% from 255 or 11.28% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE3C is #0521C3. Grayscale: #D4D4D4. Windows color (decimal): -336324 or 3989242. OLE color: 3989242.
HSL color Cylindrical-coordinate representation of color #FADE3C: hue angle of 51.16º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FADE3C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 60 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.02 |
| HSL | 51.16º | 0.95% | 0.61% | - |
| HSV(B) | 51.16º | 0.76% | 0.98% | - |
| XYZ | 66.36 | 72.89 | 14.85 | - |
| YUV | 211.9 | 42.28 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 60 | 0 | 0.11 | 0.76 | 0.02 | 51.16 | 0.95 | 0.61 |
| Hex | FA | DE | 3C | 0 | B | 4C | 2 | 33 | 5F | 3D |
| Octal | 372 | 336 | 74 | 0 | 13 | 114 | 2 | 63 | 137 | 75 |
| Binary | 11111010 | 11011110 | 111100 | 0 | 1011 | 1001100 | 10 | 110011 | 1011111 | 111101 |
Color Harmonies of #FADE3C
Complementary color
Monochromatic Colors of #FADE3C
Black with #FADE3C
Text Example
Text Example
White with #FADE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE3C; }
p { color: rgb(250,222,60); }
H1.HeaderClassName
{
color: #FADE3C;
}
.AnyTagClassName
{
color: #FADE3C;
}
</style>
background-color css
<style>
a { background-color: #FADE3C; }
a { background-color: rgb(250,222,60); }
div.DivClassName
{
background-color: #FADE3C;
}
.BgClassName
{
background-color: #FADE3C;
}
</style>
border-color css
<style>
span { border-color: #FADE3C; }
span { border-color: rgb(250,222,60); }
td.TdClassName
{
border-color: #FADE3C;
}
.TagClassName
{
border-color: #FADE3C;
}
</style>