Shades of Sandy Brown #FBA15E
Tints of Sandy Brown #FBA15E
RGB
CMYK
RGB Variations
Color information
#FBA15E (or 0xFBA15E) is known color: Sandy Brown. HEX triplet: FB, A1 and 5E. RGB value is (251,161,94). Sum of RGB (Red+Green+Blue) = 251+161+94=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA15E is #045EA1. Grayscale: #B4B4B4. Windows color (decimal): -286370 or 6201851. OLE color: 6201851.
HSL color Cylindrical-coordinate representation of color #FBA15E: hue angle of 25.61º 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 #FBA15E is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 94 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.02 |
| HSL | 25.61º | 0.95% | 0.68% | - |
| HSV(B) | 25.61º | 0.63% | 0.98% | - |
| XYZ | 54.55 | 46.81 | 16.75 | - |
| YUV | 180.27 | 79.32 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 94 | 0 | 0.36 | 0.63 | 0.02 | 25.61 | 0.95 | 0.68 |
| Hex | FB | A1 | 5E | 0 | 24 | 3F | 2 | 1A | 5F | 44 |
| Octal | 373 | 241 | 136 | 0 | 44 | 77 | 2 | 32 | 137 | 104 |
| Binary | 11111011 | 10100001 | 1011110 | 0 | 100100 | 111111 | 10 | 11010 | 1011111 | 1000100 |
Color Harmonies of #FBA15E
Complementary color
Monochromatic Colors of #FBA15E
Black with #FBA15E
Text Example
Text Example
White with #FBA15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA15E; }
p { color: rgb(251,161,94); }
H1.HeaderClassName
{
color: #FBA15E;
}
.AnyTagClassName
{
color: #FBA15E;
}
</style>
background-color css
<style>
a { background-color: #FBA15E; }
a { background-color: rgb(251,161,94); }
div.DivClassName
{
background-color: #FBA15E;
}
.BgClassName
{
background-color: #FBA15E;
}
</style>
border-color css
<style>
span { border-color: #FBA15E; }
span { border-color: rgb(251,161,94); }
td.TdClassName
{
border-color: #FBA15E;
}
.TagClassName
{
border-color: #FBA15E;
}
</style>