Shades of Sandy Brown #FDA55C
Tints of Sandy Brown #FDA55C
RGB
CMYK
RGB Variations
Color information
#FDA55C (or 0xFDA55C) is known color: Sandy Brown. HEX triplet: FD, A5 and 5C. RGB value is (253,165,92). Sum of RGB (Red+Green+Blue) = 253+165+92=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA55C is #025AA3. Grayscale: #B7B7B7. Windows color (decimal): -154276 or 6071805. OLE color: 6071805.
HSL color Cylindrical-coordinate representation of color #FDA55C: hue angle of 27.2º 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 #FDA55C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 92 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.01 |
| HSL | 27.2º | 0.98% | 0.68% | - |
| HSV(B) | 27.2º | 0.64% | 0.99% | - |
| XYZ | 55.89 | 48.57 | 16.55 | - |
| YUV | 182.99 | 76.65 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 92 | 0 | 0.35 | 0.64 | 0.01 | 27.2 | 0.98 | 0.68 |
| Hex | FD | A5 | 5C | 0 | 23 | 40 | 1 | 1B | 62 | 44 |
| Octal | 375 | 245 | 134 | 0 | 43 | 100 | 1 | 33 | 142 | 104 |
| Binary | 11111101 | 10100101 | 1011100 | 0 | 100011 | 1000000 | 1 | 11011 | 1100010 | 1000100 |
Color Harmonies of #FDA55C
Complementary color
Monochromatic Colors of #FDA55C
Black with #FDA55C
Text Example
Text Example
White with #FDA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA55C; }
p { color: rgb(253,165,92); }
H1.HeaderClassName
{
color: #FDA55C;
}
.AnyTagClassName
{
color: #FDA55C;
}
</style>
background-color css
<style>
a { background-color: #FDA55C; }
a { background-color: rgb(253,165,92); }
div.DivClassName
{
background-color: #FDA55C;
}
.BgClassName
{
background-color: #FDA55C;
}
</style>
border-color css
<style>
span { border-color: #FDA55C; }
span { border-color: rgb(253,165,92); }
td.TdClassName
{
border-color: #FDA55C;
}
.TagClassName
{
border-color: #FDA55C;
}
</style>