Shades of Sandy Brown #FBA35E
Tints of Sandy Brown #FBA35E
RGB
CMYK
RGB Variations
Color information
#FBA35E (or 0xFBA35E) is known color: Sandy Brown. HEX triplet: FB, A3 and 5E. RGB value is (251,163,94). Sum of RGB (Red+Green+Blue) = 251+163+94=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA35E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA35E is #045CA1. Grayscale: #B5B5B5. Windows color (decimal): -285858 or 6202363. OLE color: 6202363.
HSL color Cylindrical-coordinate representation of color #FBA35E: hue angle of 26.37º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA35E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 94 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.02 |
| HSL | 26.37º | 0.95% | 0.68% | - |
| HSV(B) | 26.37º | 0.63% | 0.98% | - |
| XYZ | 54.9 | 47.51 | 16.87 | - |
| YUV | 181.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 94 | 0 | 0.35 | 0.63 | 0.02 | 26.37 | 0.95 | 0.68 |
| Hex | FB | A3 | 5E | 0 | 23 | 3F | 2 | 1A | 5F | 44 |
| Octal | 373 | 243 | 136 | 0 | 43 | 77 | 2 | 32 | 137 | 104 |
| Binary | 11111011 | 10100011 | 1011110 | 0 | 100011 | 111111 | 10 | 11010 | 1011111 | 1000100 |
Color Harmonies of #FBA35E
Complementary color
Monochromatic Colors of #FBA35E
Black with #FBA35E
Text Example
Text Example
White with #FBA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA35E; }
p { color: rgb(251,163,94); }
H1.HeaderClassName
{
color: #FBA35E;
}
.AnyTagClassName
{
color: #FBA35E;
}
</style>
background-color css
<style>
a { background-color: #FBA35E; }
a { background-color: rgb(251,163,94); }
div.DivClassName
{
background-color: #FBA35E;
}
.BgClassName
{
background-color: #FBA35E;
}
</style>
border-color css
<style>
span { border-color: #FBA35E; }
span { border-color: rgb(251,163,94); }
td.TdClassName
{
border-color: #FBA35E;
}
.TagClassName
{
border-color: #FBA35E;
}
</style>