Shades of Sandy Brown #FCA465
Tints of Sandy Brown #FCA465
RGB
CMYK
RGB Variations
Color information
#FCA465 (or 0xFCA465) is known color: Sandy Brown. HEX triplet: FC, A4 and 65. RGB value is (252,164,101). Sum of RGB (Red+Green+Blue) = 252+164+101=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA465 is #035B9A. Grayscale: #B7B7B7. Windows color (decimal): -220059 or 6661372. OLE color: 6661372.
HSL color Cylindrical-coordinate representation of color #FCA465: hue angle of 25.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCA465 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 164 | 101 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.01 |
| HSL | 25.03º | 0.96% | 0.69% | - |
| HSV(B) | 25.03º | 0.6% | 0.99% | - |
| XYZ | 55.77 | 48.19 | 18.67 | - |
| YUV | 183.13 | 81.65 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 164 | 101 | 0 | 0.35 | 0.60 | 0.01 | 25.03 | 0.96 | 0.69 |
| Hex | FC | A4 | 65 | 0 | 23 | 3C | 1 | 19 | 60 | 45 |
| Octal | 374 | 244 | 145 | 0 | 43 | 74 | 1 | 31 | 140 | 105 |
| Binary | 11111100 | 10100100 | 1100101 | 0 | 100011 | 111100 | 1 | 11001 | 1100000 | 1000101 |
Color Harmonies of #FCA465
Complementary color
Monochromatic Colors of #FCA465
Black with #FCA465
Text Example
Text Example
White with #FCA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA465; }
p { color: rgb(252,164,101); }
H1.HeaderClassName
{
color: #FCA465;
}
.AnyTagClassName
{
color: #FCA465;
}
</style>
background-color css
<style>
a { background-color: #FCA465; }
a { background-color: rgb(252,164,101); }
div.DivClassName
{
background-color: #FCA465;
}
.BgClassName
{
background-color: #FCA465;
}
</style>
border-color css
<style>
span { border-color: #FCA465; }
span { border-color: rgb(252,164,101); }
td.TdClassName
{
border-color: #FCA465;
}
.TagClassName
{
border-color: #FCA465;
}
</style>