Shades of Sandy Brown #FBA25D
Tints of Sandy Brown #FBA25D
RGB
CMYK
RGB Variations
Color information
#FBA25D (or 0xFBA25D) is known color: Sandy Brown. HEX triplet: FB, A2 and 5D. RGB value is (251,162,93). Sum of RGB (Red+Green+Blue) = 251+162+93=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA25D is #045DA2. Grayscale: #B5B5B5. Windows color (decimal): -286115 or 6136571. OLE color: 6136571.
HSL color Cylindrical-coordinate representation of color #FBA25D: hue angle of 26.2º 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 #FBA25D is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 93 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.02 |
| HSL | 26.2º | 0.95% | 0.67% | - |
| HSV(B) | 26.2º | 0.63% | 0.98% | - |
| XYZ | 54.68 | 47.14 | 16.57 | - |
| YUV | 180.75 | 78.49 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 93 | 0 | 0.35 | 0.63 | 0.02 | 26.2 | 0.95 | 0.67 |
| Hex | FB | A2 | 5D | 0 | 23 | 3F | 2 | 1A | 5F | 43 |
| Octal | 373 | 242 | 135 | 0 | 43 | 77 | 2 | 32 | 137 | 103 |
| Binary | 11111011 | 10100010 | 1011101 | 0 | 100011 | 111111 | 10 | 11010 | 1011111 | 1000011 |
Color Harmonies of #FBA25D
Complementary color
Monochromatic Colors of #FBA25D
Black with #FBA25D
Text Example
Text Example
White with #FBA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA25D; }
p { color: rgb(251,162,93); }
H1.HeaderClassName
{
color: #FBA25D;
}
.AnyTagClassName
{
color: #FBA25D;
}
</style>
background-color css
<style>
a { background-color: #FBA25D; }
a { background-color: rgb(251,162,93); }
div.DivClassName
{
background-color: #FBA25D;
}
.BgClassName
{
background-color: #FBA25D;
}
</style>
border-color css
<style>
span { border-color: #FBA25D; }
span { border-color: rgb(251,162,93); }
td.TdClassName
{
border-color: #FBA25D;
}
.TagClassName
{
border-color: #FBA25D;
}
</style>