Shades of Sandy Brown #FDA55A
Tints of Sandy Brown #FDA55A
RGB
CMYK
RGB Variations
Color information
#FDA55A (or 0xFDA55A) is known color: Sandy Brown. HEX triplet: FD, A5 and 5A. RGB value is (253,165,90). Sum of RGB (Red+Green+Blue) = 253+165+90=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA55A is #025AA5. Grayscale: #B7B7B7. Windows color (decimal): -154278 or 5940733. OLE color: 5940733.
HSL color Cylindrical-coordinate representation of color #FDA55A: hue angle of 27.61º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA55A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 90 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.01 |
| HSL | 27.61º | 0.98% | 0.67% | - |
| HSV(B) | 27.61º | 0.64% | 0.99% | - |
| XYZ | 55.81 | 48.53 | 16.1 | - |
| YUV | 182.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 90 | 0 | 0.35 | 0.64 | 0.01 | 27.61 | 0.98 | 0.67 |
| Hex | FD | A5 | 5A | 0 | 23 | 40 | 1 | 1C | 62 | 43 |
| Octal | 375 | 245 | 132 | 0 | 43 | 100 | 1 | 34 | 142 | 103 |
| Binary | 11111101 | 10100101 | 1011010 | 0 | 100011 | 1000000 | 1 | 11100 | 1100010 | 1000011 |
Color Harmonies of #FDA55A
Complementary color
Monochromatic Colors of #FDA55A
Black with #FDA55A
Text Example
Text Example
White with #FDA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA55A; }
p { color: rgb(253,165,90); }
H1.HeaderClassName
{
color: #FDA55A;
}
.AnyTagClassName
{
color: #FDA55A;
}
</style>
background-color css
<style>
a { background-color: #FDA55A; }
a { background-color: rgb(253,165,90); }
div.DivClassName
{
background-color: #FDA55A;
}
.BgClassName
{
background-color: #FDA55A;
}
</style>
border-color css
<style>
span { border-color: #FDA55A; }
span { border-color: rgb(253,165,90); }
td.TdClassName
{
border-color: #FDA55A;
}
.TagClassName
{
border-color: #FDA55A;
}
</style>