Shades of Sandy Brown #FBA561
Tints of Sandy Brown #FBA561
RGB
CMYK
RGB Variations
Color information
#FBA561 (or 0xFBA561) is known color: Sandy Brown. HEX triplet: FB, A5 and 61. RGB value is (251,165,97). Sum of RGB (Red+Green+Blue) = 251+165+97=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA561 is #045A9E. Grayscale: #B7B7B7. Windows color (decimal): -285343 or 6399483. OLE color: 6399483.
HSL color Cylindrical-coordinate representation of color #FBA561: hue angle of 26.49º 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 #FBA561 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 97 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.02 |
| HSL | 26.49º | 0.95% | 0.68% | - |
| HSV(B) | 26.49º | 0.61% | 0.98% | - |
| XYZ | 55.4 | 48.28 | 17.71 | - |
| YUV | 182.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 97 | 0 | 0.34 | 0.61 | 0.02 | 26.49 | 0.95 | 0.68 |
| Hex | FB | A5 | 61 | 0 | 22 | 3D | 2 | 1A | 5F | 44 |
| Octal | 373 | 245 | 141 | 0 | 42 | 75 | 2 | 32 | 137 | 104 |
| Binary | 11111011 | 10100101 | 1100001 | 0 | 100010 | 111101 | 10 | 11010 | 1011111 | 1000100 |
Color Harmonies of #FBA561
Complementary color
Monochromatic Colors of #FBA561
Black with #FBA561
Text Example
Text Example
White with #FBA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA561; }
p { color: rgb(251,165,97); }
H1.HeaderClassName
{
color: #FBA561;
}
.AnyTagClassName
{
color: #FBA561;
}
</style>
background-color css
<style>
a { background-color: #FBA561; }
a { background-color: rgb(251,165,97); }
div.DivClassName
{
background-color: #FBA561;
}
.BgClassName
{
background-color: #FBA561;
}
</style>
border-color css
<style>
span { border-color: #FBA561; }
span { border-color: rgb(251,165,97); }
td.TdClassName
{
border-color: #FBA561;
}
.TagClassName
{
border-color: #FBA561;
}
</style>