Shades of Sandy Brown #FBA364
Tints of Sandy Brown #FBA364
RGB
CMYK
RGB Variations
Color information
#FBA364 (or 0xFBA364) is known color: Sandy Brown. HEX triplet: FB, A3 and 64. RGB value is (251,163,100). Sum of RGB (Red+Green+Blue) = 251+163+100=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA364 is #045C9B. Grayscale: #B6B6B6. Windows color (decimal): -285852 or 6595579. OLE color: 6595579.
HSL color Cylindrical-coordinate representation of color #FBA364: hue angle of 25.03º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBA364 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 100 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.02 |
| HSL | 25.03º | 0.95% | 0.69% | - |
| HSV(B) | 25.03º | 0.6% | 0.98% | - |
| XYZ | 55.18 | 47.62 | 18.34 | - |
| YUV | 182.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 100 | 0 | 0.35 | 0.60 | 0.02 | 25.03 | 0.95 | 0.69 |
| Hex | FB | A3 | 64 | 0 | 23 | 3C | 2 | 19 | 5F | 45 |
| Octal | 373 | 243 | 144 | 0 | 43 | 74 | 2 | 31 | 137 | 105 |
| Binary | 11111011 | 10100011 | 1100100 | 0 | 100011 | 111100 | 10 | 11001 | 1011111 | 1000101 |
Color Harmonies of #FBA364
Complementary color
Monochromatic Colors of #FBA364
Black with #FBA364
Text Example
Text Example
White with #FBA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA364; }
p { color: rgb(251,163,100); }
H1.HeaderClassName
{
color: #FBA364;
}
.AnyTagClassName
{
color: #FBA364;
}
</style>
background-color css
<style>
a { background-color: #FBA364; }
a { background-color: rgb(251,163,100); }
div.DivClassName
{
background-color: #FBA364;
}
.BgClassName
{
background-color: #FBA364;
}
</style>
border-color css
<style>
span { border-color: #FBA364; }
span { border-color: rgb(251,163,100); }
td.TdClassName
{
border-color: #FBA364;
}
.TagClassName
{
border-color: #FBA364;
}
</style>