Shades of Gorse #FAD942
Tints of Gorse #FAD942
RGB
CMYK
RGB Variations
Color information
#FAD942 (or 0xFAD942) is known color: Gorse. HEX triplet: FA, D9 and 42. RGB value is (250,217,66). Sum of RGB (Red+Green+Blue) = 250+217+66=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 66 (26.17% from 255 or 12.38% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD942 is #0526BD. Grayscale: #D2D2D2. Windows color (decimal): -337598 or 4381178. OLE color: 4381178.
HSL color Cylindrical-coordinate representation of color #FAD942: hue angle of 49.24º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAD942 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 66 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.02 |
| HSL | 49.24º | 0.95% | 0.62% | - |
| HSV(B) | 49.24º | 0.74% | 0.98% | - |
| XYZ | 65.22 | 70.34 | 15.29 | - |
| YUV | 209.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 66 | 0 | 0.13 | 0.74 | 0.02 | 49.24 | 0.95 | 0.62 |
| Hex | FA | D9 | 42 | 0 | D | 4A | 2 | 31 | 5F | 3E |
| Octal | 372 | 331 | 102 | 0 | 15 | 112 | 2 | 61 | 137 | 76 |
| Binary | 11111010 | 11011001 | 1000010 | 0 | 1101 | 1001010 | 10 | 110001 | 1011111 | 111110 |
Color Harmonies of #FAD942
Complementary color
Monochromatic Colors of #FAD942
Black with #FAD942
Text Example
Text Example
White with #FAD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD942; }
p { color: rgb(250,217,66); }
H1.HeaderClassName
{
color: #FAD942;
}
.AnyTagClassName
{
color: #FAD942;
}
</style>
background-color css
<style>
a { background-color: #FAD942; }
a { background-color: rgb(250,217,66); }
div.DivClassName
{
background-color: #FAD942;
}
.BgClassName
{
background-color: #FAD942;
}
</style>
border-color css
<style>
span { border-color: #FAD942; }
span { border-color: rgb(250,217,66); }
td.TdClassName
{
border-color: #FAD942;
}
.TagClassName
{
border-color: #FAD942;
}
</style>