Shades of Sandy Brown #FDA562
Tints of Sandy Brown #FDA562
RGB
CMYK
RGB Variations
Color information
#FDA562 (or 0xFDA562) is known color: Sandy Brown. HEX triplet: FD, A5 and 62. RGB value is (253,165,98). Sum of RGB (Red+Green+Blue) = 253+165+98=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA562 is #025A9D. Grayscale: #B8B8B8. Windows color (decimal): -154270 or 6465021. OLE color: 6465021.
HSL color Cylindrical-coordinate representation of color #FDA562: hue angle of 25.94º 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 #FDA562 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 98 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.01 |
| HSL | 25.94º | 0.97% | 0.69% | - |
| HSV(B) | 25.94º | 0.61% | 0.99% | - |
| XYZ | 56.17 | 48.67 | 17.99 | - |
| YUV | 183.67 | 79.65 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 98 | 0 | 0.35 | 0.61 | 0.01 | 25.94 | 0.97 | 0.69 |
| Hex | FD | A5 | 62 | 0 | 23 | 3D | 1 | 1A | 61 | 45 |
| Octal | 375 | 245 | 142 | 0 | 43 | 75 | 1 | 32 | 141 | 105 |
| Binary | 11111101 | 10100101 | 1100010 | 0 | 100011 | 111101 | 1 | 11010 | 1100001 | 1000101 |
Color Harmonies of #FDA562
Complementary color
Monochromatic Colors of #FDA562
Black with #FDA562
Text Example
Text Example
White with #FDA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA562; }
p { color: rgb(253,165,98); }
H1.HeaderClassName
{
color: #FDA562;
}
.AnyTagClassName
{
color: #FDA562;
}
</style>
background-color css
<style>
a { background-color: #FDA562; }
a { background-color: rgb(253,165,98); }
div.DivClassName
{
background-color: #FDA562;
}
.BgClassName
{
background-color: #FDA562;
}
</style>
border-color css
<style>
span { border-color: #FDA562; }
span { border-color: rgb(253,165,98); }
td.TdClassName
{
border-color: #FDA562;
}
.TagClassName
{
border-color: #FDA562;
}
</style>