Shades of Sandy Brown #FBA65D
Tints of Sandy Brown #FBA65D
RGB
CMYK
RGB Variations
Color information
#FBA65D (or 0xFBA65D) is known color: Sandy Brown. HEX triplet: FB, A6 and 5D. RGB value is (251,166,93). Sum of RGB (Red+Green+Blue) = 251+166+93=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA65D is #0459A2. Grayscale: #B7B7B7. Windows color (decimal): -285091 or 6137595. OLE color: 6137595.
HSL color Cylindrical-coordinate representation of color #FBA65D: hue angle of 27.72º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA65D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 93 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.72º | 0.95% | 0.67% | - |
| HSV(B) | 27.72º | 0.63% | 0.98% | - |
| XYZ | 55.4 | 48.57 | 16.81 | - |
| YUV | 183.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 93 | 0 | 0.34 | 0.63 | 0.02 | 27.72 | 0.95 | 0.67 |
| Hex | FB | A6 | 5D | 0 | 22 | 3F | 2 | 1C | 5F | 43 |
| Octal | 373 | 246 | 135 | 0 | 42 | 77 | 2 | 34 | 137 | 103 |
| Binary | 11111011 | 10100110 | 1011101 | 0 | 100010 | 111111 | 10 | 11100 | 1011111 | 1000011 |
Color Harmonies of #FBA65D
Complementary color
Monochromatic Colors of #FBA65D
Black with #FBA65D
Text Example
Text Example
White with #FBA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA65D; }
p { color: rgb(251,166,93); }
H1.HeaderClassName
{
color: #FBA65D;
}
.AnyTagClassName
{
color: #FBA65D;
}
</style>
background-color css
<style>
a { background-color: #FBA65D; }
a { background-color: rgb(251,166,93); }
div.DivClassName
{
background-color: #FBA65D;
}
.BgClassName
{
background-color: #FBA65D;
}
</style>
border-color css
<style>
span { border-color: #FBA65D; }
span { border-color: rgb(251,166,93); }
td.TdClassName
{
border-color: #FBA65D;
}
.TagClassName
{
border-color: #FBA65D;
}
</style>