Shades of Sandy Brown #FBA75E
Tints of Sandy Brown #FBA75E
RGB
CMYK
RGB Variations
Color information
#FBA75E (or 0xFBA75E) is known color: Sandy Brown. HEX triplet: FB, A7 and 5E. RGB value is (251,167,94). Sum of RGB (Red+Green+Blue) = 251+167+94=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA75E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA75E is #0458A1. Grayscale: #B8B8B8. Windows color (decimal): -284834 or 6203387. OLE color: 6203387.
HSL color Cylindrical-coordinate representation of color #FBA75E: hue angle of 27.9º 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 #FBA75E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 94 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.02 |
| HSL | 27.9º | 0.95% | 0.68% | - |
| HSV(B) | 27.9º | 0.63% | 0.98% | - |
| XYZ | 55.62 | 48.95 | 17.11 | - |
| YUV | 183.79 | 77.33 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 94 | 0 | 0.33 | 0.63 | 0.02 | 27.9 | 0.95 | 0.68 |
| Hex | FB | A7 | 5E | 0 | 21 | 3F | 2 | 1C | 5F | 44 |
| Octal | 373 | 247 | 136 | 0 | 41 | 77 | 2 | 34 | 137 | 104 |
| Binary | 11111011 | 10100111 | 1011110 | 0 | 100001 | 111111 | 10 | 11100 | 1011111 | 1000100 |
Color Harmonies of #FBA75E
Complementary color
Monochromatic Colors of #FBA75E
Black with #FBA75E
Text Example
Text Example
White with #FBA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA75E; }
p { color: rgb(251,167,94); }
H1.HeaderClassName
{
color: #FBA75E;
}
.AnyTagClassName
{
color: #FBA75E;
}
</style>
background-color css
<style>
a { background-color: #FBA75E; }
a { background-color: rgb(251,167,94); }
div.DivClassName
{
background-color: #FBA75E;
}
.BgClassName
{
background-color: #FBA75E;
}
</style>
border-color css
<style>
span { border-color: #FBA75E; }
span { border-color: rgb(251,167,94); }
td.TdClassName
{
border-color: #FBA75E;
}
.TagClassName
{
border-color: #FBA75E;
}
</style>