Shades of Salomie #FAD376
Tints of Salomie #FAD376
RGB
CMYK
RGB Variations
Color information
#FAD376 (or 0xFAD376) is known color: Salomie. HEX triplet: FA, D3 and 76. RGB value is (250,211,118). Sum of RGB (Red+Green+Blue) = 250+211+118=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD376 is #052C89. Grayscale: #D4D4D4. Windows color (decimal): -339082 or 7787514. OLE color: 7787514.
HSL color Cylindrical-coordinate representation of color #FAD376: hue angle of 42.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAD376 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 118 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.02 |
| HSL | 42.27º | 0.93% | 0.72% | - |
| HSV(B) | 42.27º | 0.53% | 0.98% | - |
| XYZ | 65.99 | 68.22 | 26.83 | - |
| YUV | 212.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 118 | 0 | 0.16 | 0.53 | 0.02 | 42.27 | 0.93 | 0.72 |
| Hex | FA | D3 | 76 | 0 | 10 | 35 | 2 | 2A | 5D | 48 |
| Octal | 372 | 323 | 166 | 0 | 20 | 65 | 2 | 52 | 135 | 110 |
| Binary | 11111010 | 11010011 | 1110110 | 0 | 10000 | 110101 | 10 | 101010 | 1011101 | 1001000 |
Color Harmonies of #FAD376
Complementary color
Monochromatic Colors of #FAD376
Black with #FAD376
Text Example
Text Example
White with #FAD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD376; }
p { color: rgb(250,211,118); }
H1.HeaderClassName
{
color: #FAD376;
}
.AnyTagClassName
{
color: #FAD376;
}
</style>
background-color css
<style>
a { background-color: #FAD376; }
a { background-color: rgb(250,211,118); }
div.DivClassName
{
background-color: #FAD376;
}
.BgClassName
{
background-color: #FAD376;
}
</style>
border-color css
<style>
span { border-color: #FAD376; }
span { border-color: rgb(250,211,118); }
td.TdClassName
{
border-color: #FAD376;
}
.TagClassName
{
border-color: #FAD376;
}
</style>