Shades of Sandy Brown #FEA463
Tints of Sandy Brown #FEA463
RGB
CMYK
RGB Variations
Color information
#FEA463 (or 0xFEA463) is known color: Sandy Brown. HEX triplet: FE, A4 and 63. RGB value is (254,164,99). Sum of RGB (Red+Green+Blue) = 254+164+99=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA463 is #015B9C. Grayscale: #B7B7B7. Windows color (decimal): -88989 or 6530302. OLE color: 6530302.
HSL color Cylindrical-coordinate representation of color #FEA463: hue angle of 25.16º 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 #FEA463 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 99 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.00 |
| HSL | 25.16º | 0.99% | 0.69% | - |
| HSV(B) | 25.16º | 0.61% | 1% | - |
| XYZ | 56.4 | 48.52 | 18.2 | - |
| YUV | 183.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 99 | 0 | 0.35 | 0.61 | 0.00 | 25.16 | 0.99 | 0.69 |
| Hex | FE | A4 | 63 | 0 | 23 | 3D | 0 | 19 | 63 | 45 |
| Octal | 376 | 244 | 143 | 0 | 43 | 75 | 0 | 31 | 143 | 105 |
| Binary | 11111110 | 10100100 | 1100011 | 0 | 100011 | 111101 | 0 | 11001 | 1100011 | 1000101 |
Color Harmonies of #FEA463
Complementary color
Monochromatic Colors of #FEA463
Black with #FEA463
Text Example
Text Example
White with #FEA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA463; }
p { color: rgb(254,164,99); }
H1.HeaderClassName
{
color: #FEA463;
}
.AnyTagClassName
{
color: #FEA463;
}
</style>
background-color css
<style>
a { background-color: #FEA463; }
a { background-color: rgb(254,164,99); }
div.DivClassName
{
background-color: #FEA463;
}
.BgClassName
{
background-color: #FEA463;
}
</style>
border-color css
<style>
span { border-color: #FEA463; }
span { border-color: rgb(254,164,99); }
td.TdClassName
{
border-color: #FEA463;
}
.TagClassName
{
border-color: #FEA463;
}
</style>