Shades of Sandy Brown #FEA564
Tints of Sandy Brown #FEA564
RGB
CMYK
RGB Variations
Color information
#FEA564 (or 0xFEA564) is known color: Sandy Brown. HEX triplet: FE, A5 and 64. RGB value is (254,165,100). Sum of RGB (Red+Green+Blue) = 254+165+100=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA564 is #015A9B. Grayscale: #B8B8B8. Windows color (decimal): -88732 or 6596094. OLE color: 6596094.
HSL color Cylindrical-coordinate representation of color #FEA564: hue angle of 25.32º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEA564 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 100 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.00 |
| HSL | 25.32º | 0.99% | 0.69% | - |
| HSV(B) | 25.32º | 0.61% | 1% | - |
| XYZ | 56.63 | 48.9 | 18.51 | - |
| YUV | 184.2 | 80.49 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 100 | 0 | 0.35 | 0.61 | 0.00 | 25.32 | 0.99 | 0.69 |
| Hex | FE | A5 | 64 | 0 | 23 | 3D | 0 | 19 | 63 | 45 |
| Octal | 376 | 245 | 144 | 0 | 43 | 75 | 0 | 31 | 143 | 105 |
| Binary | 11111110 | 10100101 | 1100100 | 0 | 100011 | 111101 | 0 | 11001 | 1100011 | 1000101 |
Color Harmonies of #FEA564
Complementary color
Monochromatic Colors of #FEA564
Black with #FEA564
Text Example
Text Example
White with #FEA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA564; }
p { color: rgb(254,165,100); }
H1.HeaderClassName
{
color: #FEA564;
}
.AnyTagClassName
{
color: #FEA564;
}
</style>
background-color css
<style>
a { background-color: #FEA564; }
a { background-color: rgb(254,165,100); }
div.DivClassName
{
background-color: #FEA564;
}
.BgClassName
{
background-color: #FEA564;
}
</style>
border-color css
<style>
span { border-color: #FEA564; }
span { border-color: rgb(254,165,100); }
td.TdClassName
{
border-color: #FEA564;
}
.TagClassName
{
border-color: #FEA564;
}
</style>