Shades of Sandy Brown #FBA658
Tints of Sandy Brown #FBA658
RGB
CMYK
RGB Variations
Color information
#FBA658 (or 0xFBA658) is known color: Sandy Brown. HEX triplet: FB, A6 and 58. RGB value is (251,166,88). Sum of RGB (Red+Green+Blue) = 251+166+88=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA658 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA658 is #0459A7. Grayscale: #B6B6B6. Windows color (decimal): -285096 or 5809915. OLE color: 5809915.
HSL color Cylindrical-coordinate representation of color #FBA658: hue angle of 28.71º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBA658 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 88 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.02 |
| HSL | 28.71º | 0.95% | 0.66% | - |
| HSV(B) | 28.71º | 0.65% | 0.98% | - |
| XYZ | 55.18 | 48.49 | 15.68 | - |
| YUV | 182.52 | 74.66 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 88 | 0 | 0.34 | 0.65 | 0.02 | 28.71 | 0.95 | 0.66 |
| Hex | FB | A6 | 58 | 0 | 22 | 41 | 2 | 1D | 5F | 42 |
| Octal | 373 | 246 | 130 | 0 | 42 | 101 | 2 | 35 | 137 | 102 |
| Binary | 11111011 | 10100110 | 1011000 | 0 | 100010 | 1000001 | 10 | 11101 | 1011111 | 1000010 |
Color Harmonies of #FBA658
Complementary color
Monochromatic Colors of #FBA658
Black with #FBA658
Text Example
Text Example
White with #FBA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA658; }
p { color: rgb(251,166,88); }
H1.HeaderClassName
{
color: #FBA658;
}
.AnyTagClassName
{
color: #FBA658;
}
</style>
background-color css
<style>
a { background-color: #FBA658; }
a { background-color: rgb(251,166,88); }
div.DivClassName
{
background-color: #FBA658;
}
.BgClassName
{
background-color: #FBA658;
}
</style>
border-color css
<style>
span { border-color: #FBA658; }
span { border-color: rgb(251,166,88); }
td.TdClassName
{
border-color: #FBA658;
}
.TagClassName
{
border-color: #FBA658;
}
</style>