Shades of Sandy Brown #FBA361
Tints of Sandy Brown #FBA361
RGB
CMYK
RGB Variations
Color information
#FBA361 (or 0xFBA361) is known color: Sandy Brown. HEX triplet: FB, A3 and 61. RGB value is (251,163,97). Sum of RGB (Red+Green+Blue) = 251+163+97=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 97 (38.28% from 255 or 18.98% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA361 is #045C9E. Grayscale: #B6B6B6. Windows color (decimal): -285855 or 6398971. OLE color: 6398971.
HSL color Cylindrical-coordinate representation of color #FBA361: hue angle of 25.71º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBA361 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 97 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.02 |
| HSL | 25.71º | 0.95% | 0.68% | - |
| HSV(B) | 25.71º | 0.61% | 0.98% | - |
| XYZ | 55.04 | 47.57 | 17.59 | - |
| YUV | 181.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 97 | 0 | 0.35 | 0.61 | 0.02 | 25.71 | 0.95 | 0.68 |
| Hex | FB | A3 | 61 | 0 | 23 | 3D | 2 | 1A | 5F | 44 |
| Octal | 373 | 243 | 141 | 0 | 43 | 75 | 2 | 32 | 137 | 104 |
| Binary | 11111011 | 10100011 | 1100001 | 0 | 100011 | 111101 | 10 | 11010 | 1011111 | 1000100 |
Color Harmonies of #FBA361
Complementary color
Monochromatic Colors of #FBA361
Black with #FBA361
Text Example
Text Example
White with #FBA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA361; }
p { color: rgb(251,163,97); }
H1.HeaderClassName
{
color: #FBA361;
}
.AnyTagClassName
{
color: #FBA361;
}
</style>
background-color css
<style>
a { background-color: #FBA361; }
a { background-color: rgb(251,163,97); }
div.DivClassName
{
background-color: #FBA361;
}
.BgClassName
{
background-color: #FBA361;
}
</style>
border-color css
<style>
span { border-color: #FBA361; }
span { border-color: rgb(251,163,97); }
td.TdClassName
{
border-color: #FBA361;
}
.TagClassName
{
border-color: #FBA361;
}
</style>