Shades of Salomie #FAD17C
Tints of Salomie #FAD17C
RGB
CMYK
RGB Variations
Color information
#FAD17C (or 0xFAD17C) is known color: Salomie. HEX triplet: FA, D1 and 7C. RGB value is (250,209,124). Sum of RGB (Red+Green+Blue) = 250+209+124=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD17C is #052E83. Grayscale: #D3D3D3. Windows color (decimal): -339588 or 8180218. OLE color: 8180218.
HSL color Cylindrical-coordinate representation of color #FAD17C: hue angle of 40.48º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD17C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 124 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.02 |
| HSL | 40.48º | 0.93% | 0.73% | - |
| HSV(B) | 40.48º | 0.5% | 0.98% | - |
| XYZ | 65.86 | 67.38 | 28.6 | - |
| YUV | 211.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 124 | 0 | 0.16 | 0.50 | 0.02 | 40.48 | 0.93 | 0.73 |
| Hex | FA | D1 | 7C | 0 | 10 | 32 | 2 | 28 | 5D | 49 |
| Octal | 372 | 321 | 174 | 0 | 20 | 62 | 2 | 50 | 135 | 111 |
| Binary | 11111010 | 11010001 | 1111100 | 0 | 10000 | 110010 | 10 | 101000 | 1011101 | 1001001 |
Color Harmonies of #FAD17C
Complementary color
Monochromatic Colors of #FAD17C
Black with #FAD17C
Text Example
Text Example
White with #FAD17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD17C; }
p { color: rgb(250,209,124); }
H1.HeaderClassName
{
color: #FAD17C;
}
.AnyTagClassName
{
color: #FAD17C;
}
</style>
background-color css
<style>
a { background-color: #FAD17C; }
a { background-color: rgb(250,209,124); }
div.DivClassName
{
background-color: #FAD17C;
}
.BgClassName
{
background-color: #FAD17C;
}
</style>
border-color css
<style>
span { border-color: #FAD17C; }
span { border-color: rgb(250,209,124); }
td.TdClassName
{
border-color: #FAD17C;
}
.TagClassName
{
border-color: #FAD17C;
}
</style>