Shades of Sandy Brown #FDA462
Tints of Sandy Brown #FDA462
RGB
CMYK
RGB Variations
Color information
#FDA462 (or 0xFDA462) is known color: Sandy Brown. HEX triplet: FD, A4 and 62. RGB value is (253,164,98). Sum of RGB (Red+Green+Blue) = 253+164+98=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA462 is #025B9D. Grayscale: #B7B7B7. Windows color (decimal): -154526 or 6464765. OLE color: 6464765.
HSL color Cylindrical-coordinate representation of color #FDA462: hue angle of 25.55º 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 #FDA462 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 98 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.01 |
| HSL | 25.55º | 0.97% | 0.69% | - |
| HSV(B) | 25.55º | 0.61% | 0.99% | - |
| XYZ | 55.99 | 48.32 | 17.93 | - |
| YUV | 183.09 | 79.99 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 98 | 0 | 0.35 | 0.61 | 0.01 | 25.55 | 0.97 | 0.69 |
| Hex | FD | A4 | 62 | 0 | 23 | 3D | 1 | 1A | 61 | 45 |
| Octal | 375 | 244 | 142 | 0 | 43 | 75 | 1 | 32 | 141 | 105 |
| Binary | 11111101 | 10100100 | 1100010 | 0 | 100011 | 111101 | 1 | 11010 | 1100001 | 1000101 |
Color Harmonies of #FDA462
Complementary color
Monochromatic Colors of #FDA462
Black with #FDA462
Text Example
Text Example
White with #FDA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA462; }
p { color: rgb(253,164,98); }
H1.HeaderClassName
{
color: #FDA462;
}
.AnyTagClassName
{
color: #FDA462;
}
</style>
background-color css
<style>
a { background-color: #FDA462; }
a { background-color: rgb(253,164,98); }
div.DivClassName
{
background-color: #FDA462;
}
.BgClassName
{
background-color: #FDA462;
}
</style>
border-color css
<style>
span { border-color: #FDA462; }
span { border-color: rgb(253,164,98); }
td.TdClassName
{
border-color: #FDA462;
}
.TagClassName
{
border-color: #FDA462;
}
</style>