Shades of Sandy Brown #FAA45B
Tints of Sandy Brown #FAA45B
RGB
CMYK
RGB Variations
Color information
#FAA45B (or 0xFAA45B) is known color: Sandy Brown. HEX triplet: FA, A4 and 5B. RGB value is (250,164,91). Sum of RGB (Red+Green+Blue) = 250+164+91=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA45B is #055BA4. Grayscale: #B5B5B5. Windows color (decimal): -351141 or 6006010. OLE color: 6006010.
HSL color Cylindrical-coordinate representation of color #FAA45B: hue angle of 27.55º degrees, saturation: 0.94, 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 #FAA45B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 91 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.02 |
| HSL | 27.55º | 0.94% | 0.67% | - |
| HSV(B) | 27.55º | 0.64% | 0.98% | - |
| XYZ | 54.59 | 47.63 | 16.21 | - |
| YUV | 181.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 91 | 0 | 0.34 | 0.64 | 0.02 | 27.55 | 0.94 | 0.67 |
| Hex | FA | A4 | 5B | 0 | 22 | 40 | 2 | 1C | 5E | 43 |
| Octal | 372 | 244 | 133 | 0 | 42 | 100 | 2 | 34 | 136 | 103 |
| Binary | 11111010 | 10100100 | 1011011 | 0 | 100010 | 1000000 | 10 | 11100 | 1011110 | 1000011 |
Color Harmonies of #FAA45B
Complementary color
Monochromatic Colors of #FAA45B
Black with #FAA45B
Text Example
Text Example
White with #FAA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA45B; }
p { color: rgb(250,164,91); }
H1.HeaderClassName
{
color: #FAA45B;
}
.AnyTagClassName
{
color: #FAA45B;
}
</style>
background-color css
<style>
a { background-color: #FAA45B; }
a { background-color: rgb(250,164,91); }
div.DivClassName
{
background-color: #FAA45B;
}
.BgClassName
{
background-color: #FAA45B;
}
</style>
border-color css
<style>
span { border-color: #FAA45B; }
span { border-color: rgb(250,164,91); }
td.TdClassName
{
border-color: #FAA45B;
}
.TagClassName
{
border-color: #FAA45B;
}
</style>