Shades of Sandy Brown #FBA25F
Tints of Sandy Brown #FBA25F
RGB
CMYK
RGB Variations
Color information
#FBA25F (or 0xFBA25F) is known color: Sandy Brown. HEX triplet: FB, A2 and 5F. RGB value is (251,162,95). Sum of RGB (Red+Green+Blue) = 251+162+95=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA25F is #045DA0. Grayscale: #B5B5B5. Windows color (decimal): -286113 or 6267643. OLE color: 6267643.
HSL color Cylindrical-coordinate representation of color #FBA25F: hue angle of 25.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBA25F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 95 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.02 |
| HSL | 25.77º | 0.95% | 0.68% | - |
| HSV(B) | 25.77º | 0.62% | 0.98% | - |
| XYZ | 54.77 | 47.18 | 17.05 | - |
| YUV | 180.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 95 | 0 | 0.35 | 0.62 | 0.02 | 25.77 | 0.95 | 0.68 |
| Hex | FB | A2 | 5F | 0 | 23 | 3E | 2 | 1A | 5F | 44 |
| Octal | 373 | 242 | 137 | 0 | 43 | 76 | 2 | 32 | 137 | 104 |
| Binary | 11111011 | 10100010 | 1011111 | 0 | 100011 | 111110 | 10 | 11010 | 1011111 | 1000100 |
Color Harmonies of #FBA25F
Complementary color
Monochromatic Colors of #FBA25F
Black with #FBA25F
Text Example
Text Example
White with #FBA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA25F; }
p { color: rgb(251,162,95); }
H1.HeaderClassName
{
color: #FBA25F;
}
.AnyTagClassName
{
color: #FBA25F;
}
</style>
background-color css
<style>
a { background-color: #FBA25F; }
a { background-color: rgb(251,162,95); }
div.DivClassName
{
background-color: #FBA25F;
}
.BgClassName
{
background-color: #FBA25F;
}
</style>
border-color css
<style>
span { border-color: #FBA25F; }
span { border-color: rgb(251,162,95); }
td.TdClassName
{
border-color: #FBA25F;
}
.TagClassName
{
border-color: #FBA25F;
}
</style>