Shades of Sandy Brown #FBA45A
Tints of Sandy Brown #FBA45A
RGB
CMYK
RGB Variations
Color information
#FBA45A (or 0xFBA45A) is known color: Sandy Brown. HEX triplet: FB, A4 and 5A. RGB value is (251,164,90). Sum of RGB (Red+Green+Blue) = 251+164+90=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA45A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA45A is #045BA5. Grayscale: #B5B5B5. Windows color (decimal): -285606 or 5940475. OLE color: 5940475.
HSL color Cylindrical-coordinate representation of color #FBA45A: hue angle of 27.58º 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 #FBA45A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 90 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.02 |
| HSL | 27.58º | 0.95% | 0.67% | - |
| HSV(B) | 27.58º | 0.64% | 0.98% | - |
| XYZ | 54.9 | 47.8 | 16.01 | - |
| YUV | 181.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 90 | 0 | 0.35 | 0.64 | 0.02 | 27.58 | 0.95 | 0.67 |
| Hex | FB | A4 | 5A | 0 | 23 | 40 | 2 | 1C | 5F | 43 |
| Octal | 373 | 244 | 132 | 0 | 43 | 100 | 2 | 34 | 137 | 103 |
| Binary | 11111011 | 10100100 | 1011010 | 0 | 100011 | 1000000 | 10 | 11100 | 1011111 | 1000011 |
Color Harmonies of #FBA45A
Complementary color
Monochromatic Colors of #FBA45A
Black with #FBA45A
Text Example
Text Example
White with #FBA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA45A; }
p { color: rgb(251,164,90); }
H1.HeaderClassName
{
color: #FBA45A;
}
.AnyTagClassName
{
color: #FBA45A;
}
</style>
background-color css
<style>
a { background-color: #FBA45A; }
a { background-color: rgb(251,164,90); }
div.DivClassName
{
background-color: #FBA45A;
}
.BgClassName
{
background-color: #FBA45A;
}
</style>
border-color css
<style>
span { border-color: #FBA45A; }
span { border-color: rgb(251,164,90); }
td.TdClassName
{
border-color: #FBA45A;
}
.TagClassName
{
border-color: #FBA45A;
}
</style>