Shades of Sandy Brown #FCA25C
Tints of Sandy Brown #FCA25C
RGB
CMYK
RGB Variations
Color information
#FCA25C (or 0xFCA25C) is known color: Sandy Brown. HEX triplet: FC, A2 and 5C. RGB value is (252,162,92). Sum of RGB (Red+Green+Blue) = 252+162+92=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA25C is #035DA3. Grayscale: #B5B5B5. Windows color (decimal): -220580 or 6071036. OLE color: 6071036.
HSL color Cylindrical-coordinate representation of color #FCA25C: hue angle of 26.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCA25C is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 92 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.01 |
| HSL | 26.25º | 0.96% | 0.67% | - |
| HSV(B) | 26.25º | 0.63% | 0.99% | - |
| XYZ | 55 | 47.31 | 16.36 | - |
| YUV | 180.93 | 77.82 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 92 | 0 | 0.36 | 0.63 | 0.01 | 26.25 | 0.96 | 0.67 |
| Hex | FC | A2 | 5C | 0 | 24 | 3F | 1 | 1A | 60 | 43 |
| Octal | 374 | 242 | 134 | 0 | 44 | 77 | 1 | 32 | 140 | 103 |
| Binary | 11111100 | 10100010 | 1011100 | 0 | 100100 | 111111 | 1 | 11010 | 1100000 | 1000011 |
Color Harmonies of #FCA25C
Complementary color
Monochromatic Colors of #FCA25C
Black with #FCA25C
Text Example
Text Example
White with #FCA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA25C; }
p { color: rgb(252,162,92); }
H1.HeaderClassName
{
color: #FCA25C;
}
.AnyTagClassName
{
color: #FCA25C;
}
</style>
background-color css
<style>
a { background-color: #FCA25C; }
a { background-color: rgb(252,162,92); }
div.DivClassName
{
background-color: #FCA25C;
}
.BgClassName
{
background-color: #FCA25C;
}
</style>
border-color css
<style>
span { border-color: #FCA25C; }
span { border-color: rgb(252,162,92); }
td.TdClassName
{
border-color: #FCA25C;
}
.TagClassName
{
border-color: #FCA25C;
}
</style>