Shades of Gorse #FADE3E
Tints of Gorse #FADE3E
RGB
CMYK
RGB Variations
Color information
#FADE3E (or 0xFADE3E) is known color: Gorse. HEX triplet: FA, DE and 3E. RGB value is (250,222,62). Sum of RGB (Red+Green+Blue) = 250+222+62=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE3E is #0521C1. Grayscale: #D4D4D4. Windows color (decimal): -336322 or 4120314. OLE color: 4120314.
HSL color Cylindrical-coordinate representation of color #FADE3E: hue angle of 51.06º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FADE3E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 62 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.02 |
| HSL | 51.06º | 0.95% | 0.61% | - |
| HSV(B) | 51.06º | 0.75% | 0.98% | - |
| XYZ | 66.42 | 72.91 | 15.13 | - |
| YUV | 212.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 62 | 0 | 0.11 | 0.75 | 0.02 | 51.06 | 0.95 | 0.61 |
| Hex | FA | DE | 3E | 0 | B | 4B | 2 | 33 | 5F | 3D |
| Octal | 372 | 336 | 76 | 0 | 13 | 113 | 2 | 63 | 137 | 75 |
| Binary | 11111010 | 11011110 | 111110 | 0 | 1011 | 1001011 | 10 | 110011 | 1011111 | 111101 |
Color Harmonies of #FADE3E
Complementary color
Monochromatic Colors of #FADE3E
Black with #FADE3E
Text Example
Text Example
White with #FADE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE3E; }
p { color: rgb(250,222,62); }
H1.HeaderClassName
{
color: #FADE3E;
}
.AnyTagClassName
{
color: #FADE3E;
}
</style>
background-color css
<style>
a { background-color: #FADE3E; }
a { background-color: rgb(250,222,62); }
div.DivClassName
{
background-color: #FADE3E;
}
.BgClassName
{
background-color: #FADE3E;
}
</style>
border-color css
<style>
span { border-color: #FADE3E; }
span { border-color: rgb(250,222,62); }
td.TdClassName
{
border-color: #FADE3E;
}
.TagClassName
{
border-color: #FADE3E;
}
</style>