Shades of Sandy Brown #FDA55F
Tints of Sandy Brown #FDA55F
RGB
CMYK
RGB Variations
Color information
#FDA55F (or 0xFDA55F) is known color: Sandy Brown. HEX triplet: FD, A5 and 5F. RGB value is (253,165,95). Sum of RGB (Red+Green+Blue) = 253+165+95=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA55F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA55F is #025AA0. Grayscale: #B7B7B7. Windows color (decimal): -154273 or 6268413. OLE color: 6268413.
HSL color Cylindrical-coordinate representation of color #FDA55F: hue angle of 26.58º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDA55F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 95 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.01 |
| HSL | 26.58º | 0.98% | 0.68% | - |
| HSV(B) | 26.58º | 0.62% | 0.99% | - |
| XYZ | 56.03 | 48.62 | 17.26 | - |
| YUV | 183.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 95 | 0 | 0.35 | 0.62 | 0.01 | 26.58 | 0.98 | 0.68 |
| Hex | FD | A5 | 5F | 0 | 23 | 3E | 1 | 1B | 62 | 44 |
| Octal | 375 | 245 | 137 | 0 | 43 | 76 | 1 | 33 | 142 | 104 |
| Binary | 11111101 | 10100101 | 1011111 | 0 | 100011 | 111110 | 1 | 11011 | 1100010 | 1000100 |
Color Harmonies of #FDA55F
Complementary color
Monochromatic Colors of #FDA55F
Black with #FDA55F
Text Example
Text Example
White with #FDA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA55F; }
p { color: rgb(253,165,95); }
H1.HeaderClassName
{
color: #FDA55F;
}
.AnyTagClassName
{
color: #FDA55F;
}
</style>
background-color css
<style>
a { background-color: #FDA55F; }
a { background-color: rgb(253,165,95); }
div.DivClassName
{
background-color: #FDA55F;
}
.BgClassName
{
background-color: #FDA55F;
}
</style>
border-color css
<style>
span { border-color: #FDA55F; }
span { border-color: rgb(253,165,95); }
td.TdClassName
{
border-color: #FDA55F;
}
.TagClassName
{
border-color: #FDA55F;
}
</style>