Shades of Sandy Brown #FBA360
Tints of Sandy Brown #FBA360
RGB
CMYK
RGB Variations
Color information
#FBA360 (or 0xFBA360) is known color: Sandy Brown. HEX triplet: FB, A3 and 60. RGB value is (251,163,96). Sum of RGB (Red+Green+Blue) = 251+163+96=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA360 is #045C9F. Grayscale: #B6B6B6. Windows color (decimal): -285856 or 6333435. OLE color: 6333435.
HSL color Cylindrical-coordinate representation of color #FBA360: hue angle of 25.94º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBA360 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 96 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.02 |
| HSL | 25.94º | 0.95% | 0.68% | - |
| HSV(B) | 25.94º | 0.62% | 0.98% | - |
| XYZ | 54.99 | 47.55 | 17.35 | - |
| YUV | 181.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 96 | 0 | 0.35 | 0.62 | 0.02 | 25.94 | 0.95 | 0.68 |
| Hex | FB | A3 | 60 | 0 | 23 | 3E | 2 | 1A | 5F | 44 |
| Octal | 373 | 243 | 140 | 0 | 43 | 76 | 2 | 32 | 137 | 104 |
| Binary | 11111011 | 10100011 | 1100000 | 0 | 100011 | 111110 | 10 | 11010 | 1011111 | 1000100 |
Color Harmonies of #FBA360
Complementary color
Monochromatic Colors of #FBA360
Black with #FBA360
Text Example
Text Example
White with #FBA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA360; }
p { color: rgb(251,163,96); }
H1.HeaderClassName
{
color: #FBA360;
}
.AnyTagClassName
{
color: #FBA360;
}
</style>
background-color css
<style>
a { background-color: #FBA360; }
a { background-color: rgb(251,163,96); }
div.DivClassName
{
background-color: #FBA360;
}
.BgClassName
{
background-color: #FBA360;
}
</style>
border-color css
<style>
span { border-color: #FBA360; }
span { border-color: rgb(251,163,96); }
td.TdClassName
{
border-color: #FBA360;
}
.TagClassName
{
border-color: #FBA360;
}
</style>