Shades of Sandy Brown #FBA05C
Tints of Sandy Brown #FBA05C
RGB
CMYK
RGB Variations
Color information
#FBA05C (or 0xFBA05C) is known color: Sandy Brown. HEX triplet: FB, A0 and 5C. RGB value is (251,160,92). Sum of RGB (Red+Green+Blue) = 251+160+92=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA05C is #045FA3. Grayscale: #B3B3B3. Windows color (decimal): -286628 or 6070523. OLE color: 6070523.
HSL color Cylindrical-coordinate representation of color #FBA05C: hue angle of 25.66º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA05C is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 92 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.02 |
| HSL | 25.66º | 0.95% | 0.67% | - |
| HSV(B) | 25.66º | 0.63% | 0.98% | - |
| XYZ | 54.29 | 46.42 | 16.22 | - |
| YUV | 179.46 | 78.65 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 92 | 0 | 0.36 | 0.63 | 0.02 | 25.66 | 0.95 | 0.67 |
| Hex | FB | A0 | 5C | 0 | 24 | 3F | 2 | 1A | 5F | 43 |
| Octal | 373 | 240 | 134 | 0 | 44 | 77 | 2 | 32 | 137 | 103 |
| Binary | 11111011 | 10100000 | 1011100 | 0 | 100100 | 111111 | 10 | 11010 | 1011111 | 1000011 |
Color Harmonies of #FBA05C
Complementary color
Monochromatic Colors of #FBA05C
Black with #FBA05C
Text Example
Text Example
White with #FBA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA05C; }
p { color: rgb(251,160,92); }
H1.HeaderClassName
{
color: #FBA05C;
}
.AnyTagClassName
{
color: #FBA05C;
}
</style>
background-color css
<style>
a { background-color: #FBA05C; }
a { background-color: rgb(251,160,92); }
div.DivClassName
{
background-color: #FBA05C;
}
.BgClassName
{
background-color: #FBA05C;
}
</style>
border-color css
<style>
span { border-color: #FBA05C; }
span { border-color: rgb(251,160,92); }
td.TdClassName
{
border-color: #FBA05C;
}
.TagClassName
{
border-color: #FBA05C;
}
</style>