Shades of Sandy Brown #FBA262
Tints of Sandy Brown #FBA262
RGB
CMYK
RGB Variations
Color information
#FBA262 (or 0xFBA262) is known color: Sandy Brown. HEX triplet: FB, A2 and 62. RGB value is (251,162,98). Sum of RGB (Red+Green+Blue) = 251+162+98=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA262 is #045D9D. Grayscale: #B5B5B5. Windows color (decimal): -286110 or 6464251. OLE color: 6464251.
HSL color Cylindrical-coordinate representation of color #FBA262: hue angle of 25.1º 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 #FBA262 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 98 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.02 |
| HSL | 25.1º | 0.95% | 0.68% | - |
| HSV(B) | 25.1º | 0.61% | 0.98% | - |
| XYZ | 54.91 | 47.23 | 17.78 | - |
| YUV | 181.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 98 | 0 | 0.35 | 0.61 | 0.02 | 25.1 | 0.95 | 0.68 |
| Hex | FB | A2 | 62 | 0 | 23 | 3D | 2 | 19 | 5F | 44 |
| Octal | 373 | 242 | 142 | 0 | 43 | 75 | 2 | 31 | 137 | 104 |
| Binary | 11111011 | 10100010 | 1100010 | 0 | 100011 | 111101 | 10 | 11001 | 1011111 | 1000100 |
Color Harmonies of #FBA262
Complementary color
Monochromatic Colors of #FBA262
Black with #FBA262
Text Example
Text Example
White with #FBA262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA262; }
p { color: rgb(251,162,98); }
H1.HeaderClassName
{
color: #FBA262;
}
.AnyTagClassName
{
color: #FBA262;
}
</style>
background-color css
<style>
a { background-color: #FBA262; }
a { background-color: rgb(251,162,98); }
div.DivClassName
{
background-color: #FBA262;
}
.BgClassName
{
background-color: #FBA262;
}
</style>
border-color css
<style>
span { border-color: #FBA262; }
span { border-color: rgb(251,162,98); }
td.TdClassName
{
border-color: #FBA262;
}
.TagClassName
{
border-color: #FBA262;
}
</style>