Shades of Sandy Brown #FBA65C
Tints of Sandy Brown #FBA65C
RGB
CMYK
RGB Variations
Color information
#FBA65C (or 0xFBA65C) is known color: Sandy Brown. HEX triplet: FB, A6 and 5C. RGB value is (251,166,92). Sum of RGB (Red+Green+Blue) = 251+166+92=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA65C is #0459A3. Grayscale: #B7B7B7. Windows color (decimal): -285092 or 6072059. OLE color: 6072059.
HSL color Cylindrical-coordinate representation of color #FBA65C: hue angle of 27.92º 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 #FBA65C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 92 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.92º | 0.95% | 0.67% | - |
| HSV(B) | 27.92º | 0.63% | 0.98% | - |
| XYZ | 55.35 | 48.55 | 16.58 | - |
| YUV | 182.98 | 76.66 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 92 | 0 | 0.34 | 0.63 | 0.02 | 27.92 | 0.95 | 0.67 |
| Hex | FB | A6 | 5C | 0 | 22 | 3F | 2 | 1C | 5F | 43 |
| Octal | 373 | 246 | 134 | 0 | 42 | 77 | 2 | 34 | 137 | 103 |
| Binary | 11111011 | 10100110 | 1011100 | 0 | 100010 | 111111 | 10 | 11100 | 1011111 | 1000011 |
Color Harmonies of #FBA65C
Complementary color
Monochromatic Colors of #FBA65C
Black with #FBA65C
Text Example
Text Example
White with #FBA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA65C; }
p { color: rgb(251,166,92); }
H1.HeaderClassName
{
color: #FBA65C;
}
.AnyTagClassName
{
color: #FBA65C;
}
</style>
background-color css
<style>
a { background-color: #FBA65C; }
a { background-color: rgb(251,166,92); }
div.DivClassName
{
background-color: #FBA65C;
}
.BgClassName
{
background-color: #FBA65C;
}
</style>
border-color css
<style>
span { border-color: #FBA65C; }
span { border-color: rgb(251,166,92); }
td.TdClassName
{
border-color: #FBA65C;
}
.TagClassName
{
border-color: #FBA65C;
}
</style>