Shades of Sandy Brown #FBA762
Tints of Sandy Brown #FBA762
RGB
CMYK
RGB Variations
Color information
#FBA762 (or 0xFBA762) is known color: Sandy Brown. HEX triplet: FB, A7 and 62. RGB value is (251,167,98). Sum of RGB (Red+Green+Blue) = 251+167+98=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA762 is #04589D. Grayscale: #B8B8B8. Windows color (decimal): -284830 or 6465531. OLE color: 6465531.
HSL color Cylindrical-coordinate representation of color #FBA762: hue angle of 27.06º 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 #FBA762 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 98 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.02 |
| HSL | 27.06º | 0.95% | 0.68% | - |
| HSV(B) | 27.06º | 0.61% | 0.98% | - |
| XYZ | 55.81 | 49.03 | 18.08 | - |
| YUV | 184.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 98 | 0 | 0.33 | 0.61 | 0.02 | 27.06 | 0.95 | 0.68 |
| Hex | FB | A7 | 62 | 0 | 21 | 3D | 2 | 1B | 5F | 44 |
| Octal | 373 | 247 | 142 | 0 | 41 | 75 | 2 | 33 | 137 | 104 |
| Binary | 11111011 | 10100111 | 1100010 | 0 | 100001 | 111101 | 10 | 11011 | 1011111 | 1000100 |
Color Harmonies of #FBA762
Complementary color
Monochromatic Colors of #FBA762
Black with #FBA762
Text Example
Text Example
White with #FBA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA762; }
p { color: rgb(251,167,98); }
H1.HeaderClassName
{
color: #FBA762;
}
.AnyTagClassName
{
color: #FBA762;
}
</style>
background-color css
<style>
a { background-color: #FBA762; }
a { background-color: rgb(251,167,98); }
div.DivClassName
{
background-color: #FBA762;
}
.BgClassName
{
background-color: #FBA762;
}
</style>
border-color css
<style>
span { border-color: #FBA762; }
span { border-color: rgb(251,167,98); }
td.TdClassName
{
border-color: #FBA762;
}
.TagClassName
{
border-color: #FBA762;
}
</style>