Shades of Salomie #FAD375
Tints of Salomie #FAD375
RGB
CMYK
RGB Variations
Color information
#FAD375 (or 0xFAD375) is known color: Salomie. HEX triplet: FA, D3 and 75. RGB value is (250,211,117). Sum of RGB (Red+Green+Blue) = 250+211+117=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD375 is #052C8A. Grayscale: #D4D4D4. Windows color (decimal): -339083 or 7721978. OLE color: 7721978.
HSL color Cylindrical-coordinate representation of color #FAD375: hue angle of 42.41º 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 #FAD375 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 211 | 117 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.02 |
| HSL | 42.41º | 0.93% | 0.72% | - |
| HSV(B) | 42.41º | 0.53% | 0.98% | - |
| XYZ | 65.93 | 68.2 | 26.52 | - |
| YUV | 211.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 211 | 117 | 0 | 0.16 | 0.53 | 0.02 | 42.41 | 0.93 | 0.72 |
| Hex | FA | D3 | 75 | 0 | 10 | 35 | 2 | 2A | 5D | 48 |
| Octal | 372 | 323 | 165 | 0 | 20 | 65 | 2 | 52 | 135 | 110 |
| Binary | 11111010 | 11010011 | 1110101 | 0 | 10000 | 110101 | 10 | 101010 | 1011101 | 1001000 |
Color Harmonies of #FAD375
Complementary color
Monochromatic Colors of #FAD375
Black with #FAD375
Text Example
Text Example
White with #FAD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD375; }
p { color: rgb(250,211,117); }
H1.HeaderClassName
{
color: #FAD375;
}
.AnyTagClassName
{
color: #FAD375;
}
</style>
background-color css
<style>
a { background-color: #FAD375; }
a { background-color: rgb(250,211,117); }
div.DivClassName
{
background-color: #FAD375;
}
.BgClassName
{
background-color: #FAD375;
}
</style>
border-color css
<style>
span { border-color: #FAD375; }
span { border-color: rgb(250,211,117); }
td.TdClassName
{
border-color: #FAD375;
}
.TagClassName
{
border-color: #FAD375;
}
</style>