Shades of Sandy Brown #FB9D5E
Tints of Sandy Brown #FB9D5E
RGB
CMYK
RGB Variations
Color information
#FB9D5E (or 0xFB9D5E) is known color: Sandy Brown. HEX triplet: FB, 9D and 5E. RGB value is (251,157,94). Sum of RGB (Red+Green+Blue) = 251+157+94=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9D5E is #0462A1. Grayscale: #B2B2B2. Windows color (decimal): -287394 or 6200827. OLE color: 6200827.
HSL color Cylindrical-coordinate representation of color #FB9D5E: hue angle of 24.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB9D5E is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 94 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.02 |
| HSL | 24.08º | 0.95% | 0.68% | - |
| HSV(B) | 24.08º | 0.63% | 0.98% | - |
| XYZ | 53.86 | 45.43 | 16.52 | - |
| YUV | 177.92 | 80.64 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 94 | 0 | 0.37 | 0.63 | 0.02 | 24.08 | 0.95 | 0.68 |
| Hex | FB | 9D | 5E | 0 | 25 | 3F | 2 | 18 | 5F | 44 |
| Octal | 373 | 235 | 136 | 0 | 45 | 77 | 2 | 30 | 137 | 104 |
| Binary | 11111011 | 10011101 | 1011110 | 0 | 100101 | 111111 | 10 | 11000 | 1011111 | 1000100 |
Color Harmonies of #FB9D5E
Complementary color
Monochromatic Colors of #FB9D5E
Black with #FB9D5E
Text Example
Text Example
White with #FB9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9D5E; }
p { color: rgb(251,157,94); }
H1.HeaderClassName
{
color: #FB9D5E;
}
.AnyTagClassName
{
color: #FB9D5E;
}
</style>
background-color css
<style>
a { background-color: #FB9D5E; }
a { background-color: rgb(251,157,94); }
div.DivClassName
{
background-color: #FB9D5E;
}
.BgClassName
{
background-color: #FB9D5E;
}
</style>
border-color css
<style>
span { border-color: #FB9D5E; }
span { border-color: rgb(251,157,94); }
td.TdClassName
{
border-color: #FB9D5E;
}
.TagClassName
{
border-color: #FB9D5E;
}
</style>