Shades of Salomie #FAD672
Tints of Salomie #FAD672
RGB
CMYK
RGB Variations
Color information
#FAD672 (or 0xFAD672) is known color: Salomie. HEX triplet: FA, D6 and 72. RGB value is (250,214,114). Sum of RGB (Red+Green+Blue) = 250+214+114=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD672 is #05298D. Grayscale: #D5D5D5. Windows color (decimal): -338318 or 7526138. OLE color: 7526138.
HSL color Cylindrical-coordinate representation of color #FAD672: hue angle of 44.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAD672 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 114 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.02 |
| HSL | 44.12º | 0.93% | 0.71% | - |
| HSV(B) | 44.12º | 0.54% | 0.98% | - |
| XYZ | 66.51 | 69.63 | 25.85 | - |
| YUV | 213.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 114 | 0 | 0.14 | 0.54 | 0.02 | 44.12 | 0.93 | 0.71 |
| Hex | FA | D6 | 72 | 0 | E | 36 | 2 | 2C | 5D | 47 |
| Octal | 372 | 326 | 162 | 0 | 16 | 66 | 2 | 54 | 135 | 107 |
| Binary | 11111010 | 11010110 | 1110010 | 0 | 1110 | 110110 | 10 | 101100 | 1011101 | 1000111 |
Color Harmonies of #FAD672
Complementary color
Monochromatic Colors of #FAD672
Black with #FAD672
Text Example
Text Example
White with #FAD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD672; }
p { color: rgb(250,214,114); }
H1.HeaderClassName
{
color: #FAD672;
}
.AnyTagClassName
{
color: #FAD672;
}
</style>
background-color css
<style>
a { background-color: #FAD672; }
a { background-color: rgb(250,214,114); }
div.DivClassName
{
background-color: #FAD672;
}
.BgClassName
{
background-color: #FAD672;
}
</style>
border-color css
<style>
span { border-color: #FAD672; }
span { border-color: rgb(250,214,114); }
td.TdClassName
{
border-color: #FAD672;
}
.TagClassName
{
border-color: #FAD672;
}
</style>