Shades of Salomie #FAD377
Tints of Salomie #FAD377
RGB
CMYK
RGB Variations
Color information
#FAD377 (or 0xFAD377) is known color: Salomie. HEX triplet: FA, D3 and 77. RGB value is (250,211,119). Sum of RGB (Red+Green+Blue) = 250+211+119=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD377 is #052C88. Grayscale: #D4D4D4. Windows color (decimal): -339081 or 7853050. OLE color: 7853050.
HSL color Cylindrical-coordinate representation of color #FAD377: hue angle of 42.14º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAD377 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 119 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.02 |
| HSL | 42.14º | 0.93% | 0.72% | - |
| HSV(B) | 42.14º | 0.52% | 0.98% | - |
| XYZ | 66.05 | 68.24 | 27.14 | - |
| YUV | 212.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 119 | 0 | 0.16 | 0.52 | 0.02 | 42.14 | 0.93 | 0.72 |
| Hex | FA | D3 | 77 | 0 | 10 | 34 | 2 | 2A | 5D | 48 |
| Octal | 372 | 323 | 167 | 0 | 20 | 64 | 2 | 52 | 135 | 110 |
| Binary | 11111010 | 11010011 | 1110111 | 0 | 10000 | 110100 | 10 | 101010 | 1011101 | 1001000 |
Color Harmonies of #FAD377
Complementary color
Monochromatic Colors of #FAD377
Black with #FAD377
Text Example
Text Example
White with #FAD377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD377; }
p { color: rgb(250,211,119); }
H1.HeaderClassName
{
color: #FAD377;
}
.AnyTagClassName
{
color: #FAD377;
}
</style>
background-color css
<style>
a { background-color: #FAD377; }
a { background-color: rgb(250,211,119); }
div.DivClassName
{
background-color: #FAD377;
}
.BgClassName
{
background-color: #FAD377;
}
</style>
border-color css
<style>
span { border-color: #FAD377; }
span { border-color: rgb(250,211,119); }
td.TdClassName
{
border-color: #FAD377;
}
.TagClassName
{
border-color: #FAD377;
}
</style>