Shades of Sandy Brown #FBA265
Tints of Sandy Brown #FBA265
RGB
CMYK
RGB Variations
Color information
#FBA265 (or 0xFBA265) is known color: Sandy Brown. HEX triplet: FB, A2 and 65. RGB value is (251,162,101). Sum of RGB (Red+Green+Blue) = 251+162+101=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA265 is #045D9A. Grayscale: #B5B5B5. Windows color (decimal): -286107 or 6660859. OLE color: 6660859.
HSL color Cylindrical-coordinate representation of color #FBA265: hue angle of 24.4º 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 #FBA265 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 101 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.02 |
| HSL | 24.4º | 0.95% | 0.69% | - |
| HSV(B) | 24.4º | 0.6% | 0.98% | - |
| XYZ | 55.05 | 47.29 | 18.54 | - |
| YUV | 181.66 | 82.49 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 101 | 0 | 0.35 | 0.60 | 0.02 | 24.4 | 0.95 | 0.69 |
| Hex | FB | A2 | 65 | 0 | 23 | 3C | 2 | 18 | 5F | 45 |
| Octal | 373 | 242 | 145 | 0 | 43 | 74 | 2 | 30 | 137 | 105 |
| Binary | 11111011 | 10100010 | 1100101 | 0 | 100011 | 111100 | 10 | 11000 | 1011111 | 1000101 |
Color Harmonies of #FBA265
Complementary color
Monochromatic Colors of #FBA265
Black with #FBA265
Text Example
Text Example
White with #FBA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA265; }
p { color: rgb(251,162,101); }
H1.HeaderClassName
{
color: #FBA265;
}
.AnyTagClassName
{
color: #FBA265;
}
</style>
background-color css
<style>
a { background-color: #FBA265; }
a { background-color: rgb(251,162,101); }
div.DivClassName
{
background-color: #FBA265;
}
.BgClassName
{
background-color: #FBA265;
}
</style>
border-color css
<style>
span { border-color: #FBA265; }
span { border-color: rgb(251,162,101); }
td.TdClassName
{
border-color: #FBA265;
}
.TagClassName
{
border-color: #FBA265;
}
</style>