Shades of Sandy Brown #FEA565
Tints of Sandy Brown #FEA565
RGB
CMYK
RGB Variations
Color information
#FEA565 (or 0xFEA565) is known color: Sandy Brown. HEX triplet: FE, A5 and 65. RGB value is (254,165,101). Sum of RGB (Red+Green+Blue) = 254+165+101=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA565 is #015A9A. Grayscale: #B8B8B8. Windows color (decimal): -88731 or 6661630. OLE color: 6661630.
HSL color Cylindrical-coordinate representation of color #FEA565: hue angle of 25.1º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEA565 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 101 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.00 |
| HSL | 25.1º | 0.99% | 0.7% | - |
| HSV(B) | 25.1º | 0.6% | 1% | - |
| XYZ | 56.68 | 48.92 | 18.77 | - |
| YUV | 184.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 101 | 0 | 0.35 | 0.60 | 0.00 | 25.1 | 0.99 | 0.7 |
| Hex | FE | A5 | 65 | 0 | 23 | 3C | 0 | 19 | 63 | 46 |
| Octal | 376 | 245 | 145 | 0 | 43 | 74 | 0 | 31 | 143 | 106 |
| Binary | 11111110 | 10100101 | 1100101 | 0 | 100011 | 111100 | 0 | 11001 | 1100011 | 1000110 |
Color Harmonies of #FEA565
Complementary color
Monochromatic Colors of #FEA565
Black with #FEA565
Text Example
Text Example
White with #FEA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA565; }
p { color: rgb(254,165,101); }
H1.HeaderClassName
{
color: #FEA565;
}
.AnyTagClassName
{
color: #FEA565;
}
</style>
background-color css
<style>
a { background-color: #FEA565; }
a { background-color: rgb(254,165,101); }
div.DivClassName
{
background-color: #FEA565;
}
.BgClassName
{
background-color: #FEA565;
}
</style>
border-color css
<style>
span { border-color: #FEA565; }
span { border-color: rgb(254,165,101); }
td.TdClassName
{
border-color: #FEA565;
}
.TagClassName
{
border-color: #FEA565;
}
</style>