Shades of Gorse #FAD93A
Tints of Gorse #FAD93A
RGB
CMYK
RGB Variations
Color information
#FAD93A (or 0xFAD93A) is known color: Gorse. HEX triplet: FA, D9 and 3A. RGB value is (250,217,58). Sum of RGB (Red+Green+Blue) = 250+217+58=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD93A is #0526C5. Grayscale: #D1D1D1. Windows color (decimal): -337606 or 3856890. OLE color: 3856890.
HSL color Cylindrical-coordinate representation of color #FAD93A: hue angle of 49.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAD93A is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 58 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.02 |
| HSL | 49.69º | 0.95% | 0.6% | - |
| HSV(B) | 49.69º | 0.77% | 0.98% | - |
| XYZ | 65 | 70.26 | 14.14 | - |
| YUV | 208.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 58 | 0 | 0.13 | 0.77 | 0.02 | 49.69 | 0.95 | 0.6 |
| Hex | FA | D9 | 3A | 0 | D | 4D | 2 | 32 | 5F | 3C |
| Octal | 372 | 331 | 72 | 0 | 15 | 115 | 2 | 62 | 137 | 74 |
| Binary | 11111010 | 11011001 | 111010 | 0 | 1101 | 1001101 | 10 | 110010 | 1011111 | 111100 |
Color Harmonies of #FAD93A
Complementary color
Monochromatic Colors of #FAD93A
Black with #FAD93A
Text Example
Text Example
White with #FAD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD93A; }
p { color: rgb(250,217,58); }
H1.HeaderClassName
{
color: #FAD93A;
}
.AnyTagClassName
{
color: #FAD93A;
}
</style>
background-color css
<style>
a { background-color: #FAD93A; }
a { background-color: rgb(250,217,58); }
div.DivClassName
{
background-color: #FAD93A;
}
.BgClassName
{
background-color: #FAD93A;
}
</style>
border-color css
<style>
span { border-color: #FAD93A; }
span { border-color: rgb(250,217,58); }
td.TdClassName
{
border-color: #FAD93A;
}
.TagClassName
{
border-color: #FAD93A;
}
</style>