Shades of Sandy Brown #FBA35A
Tints of Sandy Brown #FBA35A
RGB
CMYK
RGB Variations
Color information
#FBA35A (or 0xFBA35A) is known color: Sandy Brown. HEX triplet: FB, A3 and 5A. RGB value is (251,163,90). Sum of RGB (Red+Green+Blue) = 251+163+90=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA35A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA35A is #045CA5. Grayscale: #B5B5B5. Windows color (decimal): -285862 or 5940219. OLE color: 5940219.
HSL color Cylindrical-coordinate representation of color #FBA35A: hue angle of 27.2º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBA35A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 90 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.02 |
| HSL | 27.2º | 0.95% | 0.67% | - |
| HSV(B) | 27.2º | 0.64% | 0.98% | - |
| XYZ | 54.73 | 47.44 | 15.95 | - |
| YUV | 180.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 90 | 0 | 0.35 | 0.64 | 0.02 | 27.2 | 0.95 | 0.67 |
| Hex | FB | A3 | 5A | 0 | 23 | 40 | 2 | 1B | 5F | 43 |
| Octal | 373 | 243 | 132 | 0 | 43 | 100 | 2 | 33 | 137 | 103 |
| Binary | 11111011 | 10100011 | 1011010 | 0 | 100011 | 1000000 | 10 | 11011 | 1011111 | 1000011 |
Color Harmonies of #FBA35A
Complementary color
Monochromatic Colors of #FBA35A
Black with #FBA35A
Text Example
Text Example
White with #FBA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA35A; }
p { color: rgb(251,163,90); }
H1.HeaderClassName
{
color: #FBA35A;
}
.AnyTagClassName
{
color: #FBA35A;
}
</style>
background-color css
<style>
a { background-color: #FBA35A; }
a { background-color: rgb(251,163,90); }
div.DivClassName
{
background-color: #FBA35A;
}
.BgClassName
{
background-color: #FBA35A;
}
</style>
border-color css
<style>
span { border-color: #FBA35A; }
span { border-color: rgb(251,163,90); }
td.TdClassName
{
border-color: #FBA35A;
}
.TagClassName
{
border-color: #FBA35A;
}
</style>