Shades of Sandy Brown #FBA365
Tints of Sandy Brown #FBA365
RGB
CMYK
RGB Variations
Color information
#FBA365 (or 0xFBA365) is known color: Sandy Brown. HEX triplet: FB, A3 and 65. RGB value is (251,163,101). Sum of RGB (Red+Green+Blue) = 251+163+101=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA365 is #045C9A. Grayscale: #B6B6B6. Windows color (decimal): -285851 or 6661115. OLE color: 6661115.
HSL color Cylindrical-coordinate representation of color #FBA365: hue angle of 24.8º 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 #FBA365 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 101 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.02 |
| HSL | 24.8º | 0.95% | 0.69% | - |
| HSV(B) | 24.8º | 0.6% | 0.98% | - |
| XYZ | 55.23 | 47.64 | 18.6 | - |
| YUV | 182.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 101 | 0 | 0.35 | 0.60 | 0.02 | 24.8 | 0.95 | 0.69 |
| Hex | FB | A3 | 65 | 0 | 23 | 3C | 2 | 19 | 5F | 45 |
| Octal | 373 | 243 | 145 | 0 | 43 | 74 | 2 | 31 | 137 | 105 |
| Binary | 11111011 | 10100011 | 1100101 | 0 | 100011 | 111100 | 10 | 11001 | 1011111 | 1000101 |
Color Harmonies of #FBA365
Complementary color
Monochromatic Colors of #FBA365
Black with #FBA365
Text Example
Text Example
White with #FBA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA365; }
p { color: rgb(251,163,101); }
H1.HeaderClassName
{
color: #FBA365;
}
.AnyTagClassName
{
color: #FBA365;
}
</style>
background-color css
<style>
a { background-color: #FBA365; }
a { background-color: rgb(251,163,101); }
div.DivClassName
{
background-color: #FBA365;
}
.BgClassName
{
background-color: #FBA365;
}
</style>
border-color css
<style>
span { border-color: #FBA365; }
span { border-color: rgb(251,163,101); }
td.TdClassName
{
border-color: #FBA365;
}
.TagClassName
{
border-color: #FBA365;
}
</style>