Shades of Salomie #FAD673
Tints of Salomie #FAD673
RGB
CMYK
RGB Variations
Color information
#FAD673 (or 0xFAD673) is known color: Salomie. HEX triplet: FA, D6 and 73. RGB value is (250,214,115). Sum of RGB (Red+Green+Blue) = 250+214+115=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 115 (45.31% from 255 or 19.86% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD673 is #05298C. Grayscale: #D5D5D5. Windows color (decimal): -338317 or 7591674. OLE color: 7591674.
HSL color Cylindrical-coordinate representation of color #FAD673: hue angle of 44º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAD673 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 115 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.02 |
| HSL | 44º | 0.93% | 0.72% | - |
| HSV(B) | 44º | 0.54% | 0.98% | - |
| XYZ | 66.57 | 69.65 | 26.16 | - |
| YUV | 213.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 115 | 0 | 0.14 | 0.54 | 0.02 | 44 | 0.93 | 0.72 |
| Hex | FA | D6 | 73 | 0 | E | 36 | 2 | 2C | 5D | 48 |
| Octal | 372 | 326 | 163 | 0 | 16 | 66 | 2 | 54 | 135 | 110 |
| Binary | 11111010 | 11010110 | 1110011 | 0 | 1110 | 110110 | 10 | 101100 | 1011101 | 1001000 |
Color Harmonies of #FAD673
Complementary color
Monochromatic Colors of #FAD673
Black with #FAD673
Text Example
Text Example
White with #FAD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD673; }
p { color: rgb(250,214,115); }
H1.HeaderClassName
{
color: #FAD673;
}
.AnyTagClassName
{
color: #FAD673;
}
</style>
background-color css
<style>
a { background-color: #FAD673; }
a { background-color: rgb(250,214,115); }
div.DivClassName
{
background-color: #FAD673;
}
.BgClassName
{
background-color: #FAD673;
}
</style>
border-color css
<style>
span { border-color: #FAD673; }
span { border-color: rgb(250,214,115); }
td.TdClassName
{
border-color: #FAD673;
}
.TagClassName
{
border-color: #FAD673;
}
</style>