Shades of Sandy Brown #FBA062
Tints of Sandy Brown #FBA062
RGB
CMYK
RGB Variations
Color information
#FBA062 (or 0xFBA062) is known color: Sandy Brown. HEX triplet: FB, A0 and 62. RGB value is (251,160,98). Sum of RGB (Red+Green+Blue) = 251+160+98=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA062 is #045F9D. Grayscale: #B4B4B4. Windows color (decimal): -286622 or 6463739. OLE color: 6463739.
HSL color Cylindrical-coordinate representation of color #FBA062: hue angle of 24.31º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBA062 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 98 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.02 |
| HSL | 24.31º | 0.95% | 0.68% | - |
| HSV(B) | 24.31º | 0.61% | 0.98% | - |
| XYZ | 54.56 | 46.53 | 17.66 | - |
| YUV | 180.14 | 81.65 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 98 | 0 | 0.36 | 0.61 | 0.02 | 24.31 | 0.95 | 0.68 |
| Hex | FB | A0 | 62 | 0 | 24 | 3D | 2 | 18 | 5F | 44 |
| Octal | 373 | 240 | 142 | 0 | 44 | 75 | 2 | 30 | 137 | 104 |
| Binary | 11111011 | 10100000 | 1100010 | 0 | 100100 | 111101 | 10 | 11000 | 1011111 | 1000100 |
Color Harmonies of #FBA062
Complementary color
Monochromatic Colors of #FBA062
Black with #FBA062
Text Example
Text Example
White with #FBA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA062; }
p { color: rgb(251,160,98); }
H1.HeaderClassName
{
color: #FBA062;
}
.AnyTagClassName
{
color: #FBA062;
}
</style>
background-color css
<style>
a { background-color: #FBA062; }
a { background-color: rgb(251,160,98); }
div.DivClassName
{
background-color: #FBA062;
}
.BgClassName
{
background-color: #FBA062;
}
</style>
border-color css
<style>
span { border-color: #FBA062; }
span { border-color: rgb(251,160,98); }
td.TdClassName
{
border-color: #FBA062;
}
.TagClassName
{
border-color: #FBA062;
}
</style>