Shades of Sandy Brown #FA9F5C
Tints of Sandy Brown #FA9F5C
RGB
CMYK
RGB Variations
Color information
#FA9F5C (or 0xFA9F5C) is known color: Sandy Brown. HEX triplet: FA, 9F and 5C. RGB value is (250,159,92). Sum of RGB (Red+Green+Blue) = 250+159+92=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F5C is #0560A3. Grayscale: #B2B2B2. Windows color (decimal): -352420 or 6070266. OLE color: 6070266.
HSL color Cylindrical-coordinate representation of color #FA9F5C: hue angle of 25.44º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA9F5C is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 92 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.02 |
| HSL | 25.44º | 0.94% | 0.67% | - |
| HSV(B) | 25.44º | 0.63% | 0.98% | - |
| XYZ | 53.75 | 45.89 | 16.15 | - |
| YUV | 178.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 92 | 0 | 0.36 | 0.63 | 0.02 | 25.44 | 0.94 | 0.67 |
| Hex | FA | 9F | 5C | 0 | 24 | 3F | 2 | 19 | 5E | 43 |
| Octal | 372 | 237 | 134 | 0 | 44 | 77 | 2 | 31 | 136 | 103 |
| Binary | 11111010 | 10011111 | 1011100 | 0 | 100100 | 111111 | 10 | 11001 | 1011110 | 1000011 |
Color Harmonies of #FA9F5C
Complementary color
Monochromatic Colors of #FA9F5C
Black with #FA9F5C
Text Example
Text Example
White with #FA9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F5C; }
p { color: rgb(250,159,92); }
H1.HeaderClassName
{
color: #FA9F5C;
}
.AnyTagClassName
{
color: #FA9F5C;
}
</style>
background-color css
<style>
a { background-color: #FA9F5C; }
a { background-color: rgb(250,159,92); }
div.DivClassName
{
background-color: #FA9F5C;
}
.BgClassName
{
background-color: #FA9F5C;
}
</style>
border-color css
<style>
span { border-color: #FA9F5C; }
span { border-color: rgb(250,159,92); }
td.TdClassName
{
border-color: #FA9F5C;
}
.TagClassName
{
border-color: #FA9F5C;
}
</style>