Shades of Sandy Brown #FDA25D
Tints of Sandy Brown #FDA25D
RGB
CMYK
RGB Variations
Color information
#FDA25D (or 0xFDA25D) is known color: Sandy Brown. HEX triplet: FD, A2 and 5D. RGB value is (253,162,93). Sum of RGB (Red+Green+Blue) = 253+162+93=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA25D is #025DA2. Grayscale: #B5B5B5. Windows color (decimal): -155043 or 6136573. OLE color: 6136573.
HSL color Cylindrical-coordinate representation of color #FDA25D: hue angle of 25.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDA25D is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 93 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.01 |
| HSL | 25.88º | 0.98% | 0.68% | - |
| HSV(B) | 25.88º | 0.63% | 0.99% | - |
| XYZ | 55.4 | 47.51 | 16.61 | - |
| YUV | 181.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 93 | 0 | 0.36 | 0.63 | 0.01 | 25.88 | 0.98 | 0.68 |
| Hex | FD | A2 | 5D | 0 | 24 | 3F | 1 | 1A | 62 | 44 |
| Octal | 375 | 242 | 135 | 0 | 44 | 77 | 1 | 32 | 142 | 104 |
| Binary | 11111101 | 10100010 | 1011101 | 0 | 100100 | 111111 | 1 | 11010 | 1100010 | 1000100 |
Color Harmonies of #FDA25D
Complementary color
Monochromatic Colors of #FDA25D
Black with #FDA25D
Text Example
Text Example
White with #FDA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA25D; }
p { color: rgb(253,162,93); }
H1.HeaderClassName
{
color: #FDA25D;
}
.AnyTagClassName
{
color: #FDA25D;
}
</style>
background-color css
<style>
a { background-color: #FDA25D; }
a { background-color: rgb(253,162,93); }
div.DivClassName
{
background-color: #FDA25D;
}
.BgClassName
{
background-color: #FDA25D;
}
</style>
border-color css
<style>
span { border-color: #FDA25D; }
span { border-color: rgb(253,162,93); }
td.TdClassName
{
border-color: #FDA25D;
}
.TagClassName
{
border-color: #FDA25D;
}
</style>