Shades of Sandy Brown #FC9F5B
Tints of Sandy Brown #FC9F5B
RGB
CMYK
RGB Variations
Color information
#FC9F5B (or 0xFC9F5B) is known color: Sandy Brown. HEX triplet: FC, 9F and 5B. RGB value is (252,159,91). Sum of RGB (Red+Green+Blue) = 252+159+91=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F5B is #0360A4. Grayscale: #B3B3B3. Windows color (decimal): -221349 or 6004732. OLE color: 6004732.
HSL color Cylindrical-coordinate representation of color #FC9F5B: hue angle of 25.34º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC9F5B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 91 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.01 |
| HSL | 25.34º | 0.96% | 0.67% | - |
| HSV(B) | 25.34º | 0.64% | 0.99% | - |
| XYZ | 54.43 | 46.25 | 15.96 | - |
| YUV | 179.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 91 | 0 | 0.37 | 0.64 | 0.01 | 25.34 | 0.96 | 0.67 |
| Hex | FC | 9F | 5B | 0 | 25 | 40 | 1 | 19 | 60 | 43 |
| Octal | 374 | 237 | 133 | 0 | 45 | 100 | 1 | 31 | 140 | 103 |
| Binary | 11111100 | 10011111 | 1011011 | 0 | 100101 | 1000000 | 1 | 11001 | 1100000 | 1000011 |
Color Harmonies of #FC9F5B
Complementary color
Monochromatic Colors of #FC9F5B
Black with #FC9F5B
Text Example
Text Example
White with #FC9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9F5B; }
p { color: rgb(252,159,91); }
H1.HeaderClassName
{
color: #FC9F5B;
}
.AnyTagClassName
{
color: #FC9F5B;
}
</style>
background-color css
<style>
a { background-color: #FC9F5B; }
a { background-color: rgb(252,159,91); }
div.DivClassName
{
background-color: #FC9F5B;
}
.BgClassName
{
background-color: #FC9F5B;
}
</style>
border-color css
<style>
span { border-color: #FC9F5B; }
span { border-color: rgb(252,159,91); }
td.TdClassName
{
border-color: #FC9F5B;
}
.TagClassName
{
border-color: #FC9F5B;
}
</style>