Shades of Sandy Brown #FAA25C
Tints of Sandy Brown #FAA25C
RGB
CMYK
RGB Variations
Color information
#FAA25C (or 0xFAA25C) is known color: Sandy Brown. HEX triplet: FA, A2 and 5C. RGB value is (250,162,92). Sum of RGB (Red+Green+Blue) = 250+162+92=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA25C is #055DA3. Grayscale: #B4B4B4. Windows color (decimal): -351652 or 6071034. OLE color: 6071034.
HSL color Cylindrical-coordinate representation of color #FAA25C: hue angle of 26.58º degrees, saturation: 0.94, 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 #FAA25C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 92 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.02 |
| HSL | 26.58º | 0.94% | 0.67% | - |
| HSV(B) | 26.58º | 0.63% | 0.98% | - |
| XYZ | 54.28 | 46.94 | 16.32 | - |
| YUV | 180.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 92 | 0 | 0.35 | 0.63 | 0.02 | 26.58 | 0.94 | 0.67 |
| Hex | FA | A2 | 5C | 0 | 23 | 3F | 2 | 1B | 5E | 43 |
| Octal | 372 | 242 | 134 | 0 | 43 | 77 | 2 | 33 | 136 | 103 |
| Binary | 11111010 | 10100010 | 1011100 | 0 | 100011 | 111111 | 10 | 11011 | 1011110 | 1000011 |
Color Harmonies of #FAA25C
Complementary color
Monochromatic Colors of #FAA25C
Black with #FAA25C
Text Example
Text Example
White with #FAA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA25C; }
p { color: rgb(250,162,92); }
H1.HeaderClassName
{
color: #FAA25C;
}
.AnyTagClassName
{
color: #FAA25C;
}
</style>
background-color css
<style>
a { background-color: #FAA25C; }
a { background-color: rgb(250,162,92); }
div.DivClassName
{
background-color: #FAA25C;
}
.BgClassName
{
background-color: #FAA25C;
}
</style>
border-color css
<style>
span { border-color: #FAA25C; }
span { border-color: rgb(250,162,92); }
td.TdClassName
{
border-color: #FAA25C;
}
.TagClassName
{
border-color: #FAA25C;
}
</style>