Shades of Sandy Brown #F8A35D
Tints of Sandy Brown #F8A35D
RGB
CMYK
RGB Variations
Color information
#F8A35D (or 0xF8A35D) is known color: Sandy Brown. HEX triplet: F8, A3 and 5D. RGB value is (248,163,93). Sum of RGB (Red+Green+Blue) = 248+163+93=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A35D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A35D is #075CA2. Grayscale: #B4B4B4. Windows color (decimal): -482467 or 6136824. OLE color: 6136824.
HSL color Cylindrical-coordinate representation of color #F8A35D: hue angle of 27.1º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8A35D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 93 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.03 |
| HSL | 27.1º | 0.92% | 0.67% | - |
| HSV(B) | 27.1º | 0.63% | 0.97% | - |
| XYZ | 53.78 | 46.94 | 16.58 | - |
| YUV | 180.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 93 | 0 | 0.34 | 0.62 | 0.03 | 27.1 | 0.92 | 0.67 |
| Hex | F8 | A3 | 5D | 0 | 22 | 3E | 3 | 1B | 5C | 43 |
| Octal | 370 | 243 | 135 | 0 | 42 | 76 | 3 | 33 | 134 | 103 |
| Binary | 11111000 | 10100011 | 1011101 | 0 | 100010 | 111110 | 11 | 11011 | 1011100 | 1000011 |
Color Harmonies of #F8A35D
Complementary color
Monochromatic Colors of #F8A35D
Black with #F8A35D
Text Example
Text Example
White with #F8A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A35D; }
p { color: rgb(248,163,93); }
H1.HeaderClassName
{
color: #F8A35D;
}
.AnyTagClassName
{
color: #F8A35D;
}
</style>
background-color css
<style>
a { background-color: #F8A35D; }
a { background-color: rgb(248,163,93); }
div.DivClassName
{
background-color: #F8A35D;
}
.BgClassName
{
background-color: #F8A35D;
}
</style>
border-color css
<style>
span { border-color: #F8A35D; }
span { border-color: rgb(248,163,93); }
td.TdClassName
{
border-color: #F8A35D;
}
.TagClassName
{
border-color: #F8A35D;
}
</style>