Shades of Sandy Brown #FDA25C
Tints of Sandy Brown #FDA25C
RGB
CMYK
RGB Variations
Color information
#FDA25C (or 0xFDA25C) is known color: Sandy Brown. HEX triplet: FD, A2 and 5C. RGB value is (253,162,92). Sum of RGB (Red+Green+Blue) = 253+162+92=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA25C is #025DA3. Grayscale: #B5B5B5. Windows color (decimal): -155044 or 6071037. OLE color: 6071037.
HSL color Cylindrical-coordinate representation of color #FDA25C: hue angle of 26.09º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA25C is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 92 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.01 |
| HSL | 26.09º | 0.98% | 0.68% | - |
| HSV(B) | 26.09º | 0.64% | 0.99% | - |
| XYZ | 55.36 | 47.5 | 16.38 | - |
| YUV | 181.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 92 | 0 | 0.36 | 0.64 | 0.01 | 26.09 | 0.98 | 0.68 |
| Hex | FD | A2 | 5C | 0 | 24 | 40 | 1 | 1A | 62 | 44 |
| Octal | 375 | 242 | 134 | 0 | 44 | 100 | 1 | 32 | 142 | 104 |
| Binary | 11111101 | 10100010 | 1011100 | 0 | 100100 | 1000000 | 1 | 11010 | 1100010 | 1000100 |
Color Harmonies of #FDA25C
Complementary color
Monochromatic Colors of #FDA25C
Black with #FDA25C
Text Example
Text Example
White with #FDA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA25C; }
p { color: rgb(253,162,92); }
H1.HeaderClassName
{
color: #FDA25C;
}
.AnyTagClassName
{
color: #FDA25C;
}
</style>
background-color css
<style>
a { background-color: #FDA25C; }
a { background-color: rgb(253,162,92); }
div.DivClassName
{
background-color: #FDA25C;
}
.BgClassName
{
background-color: #FDA25C;
}
</style>
border-color css
<style>
span { border-color: #FDA25C; }
span { border-color: rgb(253,162,92); }
td.TdClassName
{
border-color: #FDA25C;
}
.TagClassName
{
border-color: #FDA25C;
}
</style>