Shades of Sandy Brown #FDA162
Tints of Sandy Brown #FDA162
RGB
CMYK
RGB Variations
Color information
#FDA162 (or 0xFDA162) is known color: Sandy Brown. HEX triplet: FD, A1 and 62. RGB value is (253,161,98). Sum of RGB (Red+Green+Blue) = 253+161+98=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA162 is #025E9D. Grayscale: #B5B5B5. Windows color (decimal): -155294 or 6463997. OLE color: 6463997.
HSL color Cylindrical-coordinate representation of color #FDA162: hue angle of 24.39º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDA162 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 98 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.01 |
| HSL | 24.39º | 0.97% | 0.69% | - |
| HSV(B) | 24.39º | 0.61% | 0.99% | - |
| XYZ | 55.46 | 47.25 | 17.75 | - |
| YUV | 181.33 | 80.98 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 98 | 0 | 0.36 | 0.61 | 0.01 | 24.39 | 0.97 | 0.69 |
| Hex | FD | A1 | 62 | 0 | 24 | 3D | 1 | 18 | 61 | 45 |
| Octal | 375 | 241 | 142 | 0 | 44 | 75 | 1 | 30 | 141 | 105 |
| Binary | 11111101 | 10100001 | 1100010 | 0 | 100100 | 111101 | 1 | 11000 | 1100001 | 1000101 |
Color Harmonies of #FDA162
Complementary color
Monochromatic Colors of #FDA162
Black with #FDA162
Text Example
Text Example
White with #FDA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA162; }
p { color: rgb(253,161,98); }
H1.HeaderClassName
{
color: #FDA162;
}
.AnyTagClassName
{
color: #FDA162;
}
</style>
background-color css
<style>
a { background-color: #FDA162; }
a { background-color: rgb(253,161,98); }
div.DivClassName
{
background-color: #FDA162;
}
.BgClassName
{
background-color: #FDA162;
}
</style>
border-color css
<style>
span { border-color: #FDA162; }
span { border-color: rgb(253,161,98); }
td.TdClassName
{
border-color: #FDA162;
}
.TagClassName
{
border-color: #FDA162;
}
</style>