Shades of Salomie #FAD770
Tints of Salomie #FAD770
RGB
CMYK
RGB Variations
Color information
#FAD770 (or 0xFAD770) is known color: Salomie. HEX triplet: FA, D7 and 70. RGB value is (250,215,112). Sum of RGB (Red+Green+Blue) = 250+215+112=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD770 is #05288F. Grayscale: #D6D6D6. Windows color (decimal): -338064 or 7395322. OLE color: 7395322.
HSL color Cylindrical-coordinate representation of color #FAD770: hue angle of 44.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FAD770 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 112 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.02 |
| HSL | 44.78º | 0.93% | 0.71% | - |
| HSV(B) | 44.78º | 0.55% | 0.98% | - |
| XYZ | 66.65 | 70.09 | 25.35 | - |
| YUV | 213.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 112 | 0 | 0.14 | 0.55 | 0.02 | 44.78 | 0.93 | 0.71 |
| Hex | FA | D7 | 70 | 0 | E | 37 | 2 | 2D | 5D | 47 |
| Octal | 372 | 327 | 160 | 0 | 16 | 67 | 2 | 55 | 135 | 107 |
| Binary | 11111010 | 11010111 | 1110000 | 0 | 1110 | 110111 | 10 | 101101 | 1011101 | 1000111 |
Color Harmonies of #FAD770
Complementary color
Monochromatic Colors of #FAD770
Black with #FAD770
Text Example
Text Example
White with #FAD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD770; }
p { color: rgb(250,215,112); }
H1.HeaderClassName
{
color: #FAD770;
}
.AnyTagClassName
{
color: #FAD770;
}
</style>
background-color css
<style>
a { background-color: #FAD770; }
a { background-color: rgb(250,215,112); }
div.DivClassName
{
background-color: #FAD770;
}
.BgClassName
{
background-color: #FAD770;
}
</style>
border-color css
<style>
span { border-color: #FAD770; }
span { border-color: rgb(250,215,112); }
td.TdClassName
{
border-color: #FAD770;
}
.TagClassName
{
border-color: #FAD770;
}
</style>