Shades of Salomie #FAD379
Tints of Salomie #FAD379
RGB
CMYK
RGB Variations
Color information
#FAD379 (or 0xFAD379) is known color: Salomie. HEX triplet: FA, D3 and 79. RGB value is (250,211,121). Sum of RGB (Red+Green+Blue) = 250+211+121=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD379 is #052C86. Grayscale: #D4D4D4. Windows color (decimal): -339079 or 7984122. OLE color: 7984122.
HSL color Cylindrical-coordinate representation of color #FAD379: hue angle of 41.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAD379 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 121 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.02 |
| HSL | 41.86º | 0.93% | 0.73% | - |
| HSV(B) | 41.86º | 0.52% | 0.98% | - |
| XYZ | 66.17 | 68.29 | 27.78 | - |
| YUV | 212.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 121 | 0 | 0.16 | 0.52 | 0.02 | 41.86 | 0.93 | 0.73 |
| Hex | FA | D3 | 79 | 0 | 10 | 34 | 2 | 2A | 5D | 49 |
| Octal | 372 | 323 | 171 | 0 | 20 | 64 | 2 | 52 | 135 | 111 |
| Binary | 11111010 | 11010011 | 1111001 | 0 | 10000 | 110100 | 10 | 101010 | 1011101 | 1001001 |
Color Harmonies of #FAD379
Complementary color
Monochromatic Colors of #FAD379
Black with #FAD379
Text Example
Text Example
White with #FAD379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD379; }
p { color: rgb(250,211,121); }
H1.HeaderClassName
{
color: #FAD379;
}
.AnyTagClassName
{
color: #FAD379;
}
</style>
background-color css
<style>
a { background-color: #FAD379; }
a { background-color: rgb(250,211,121); }
div.DivClassName
{
background-color: #FAD379;
}
.BgClassName
{
background-color: #FAD379;
}
</style>
border-color css
<style>
span { border-color: #FAD379; }
span { border-color: rgb(250,211,121); }
td.TdClassName
{
border-color: #FAD379;
}
.TagClassName
{
border-color: #FAD379;
}
</style>