Shades of Gorse #FADE3D
Tints of Gorse #FADE3D
RGB
CMYK
RGB Variations
Color information
#FADE3D (or 0xFADE3D) is known color: Gorse. HEX triplet: FA, DE and 3D. RGB value is (250,222,61). Sum of RGB (Red+Green+Blue) = 250+222+61=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 61 (24.22% from 255 or 11.44% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE3D is #0521C2. Grayscale: #D4D4D4. Windows color (decimal): -336323 or 4054778. OLE color: 4054778.
HSL color Cylindrical-coordinate representation of color #FADE3D: hue angle of 51.11º 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 #FADE3D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 61 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.02 |
| HSL | 51.11º | 0.95% | 0.61% | - |
| HSV(B) | 51.11º | 0.76% | 0.98% | - |
| XYZ | 66.39 | 72.9 | 14.99 | - |
| YUV | 212.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 61 | 0 | 0.11 | 0.76 | 0.02 | 51.11 | 0.95 | 0.61 |
| Hex | FA | DE | 3D | 0 | B | 4C | 2 | 33 | 5F | 3D |
| Octal | 372 | 336 | 75 | 0 | 13 | 114 | 2 | 63 | 137 | 75 |
| Binary | 11111010 | 11011110 | 111101 | 0 | 1011 | 1001100 | 10 | 110011 | 1011111 | 111101 |
Color Harmonies of #FADE3D
Complementary color
Monochromatic Colors of #FADE3D
Black with #FADE3D
Text Example
Text Example
White with #FADE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE3D; }
p { color: rgb(250,222,61); }
H1.HeaderClassName
{
color: #FADE3D;
}
.AnyTagClassName
{
color: #FADE3D;
}
</style>
background-color css
<style>
a { background-color: #FADE3D; }
a { background-color: rgb(250,222,61); }
div.DivClassName
{
background-color: #FADE3D;
}
.BgClassName
{
background-color: #FADE3D;
}
</style>
border-color css
<style>
span { border-color: #FADE3D; }
span { border-color: rgb(250,222,61); }
td.TdClassName
{
border-color: #FADE3D;
}
.TagClassName
{
border-color: #FADE3D;
}
</style>