Shades of Sandy Brown #F2A154
Tints of Sandy Brown #F2A154
RGB
CMYK
RGB Variations
Color information
#F2A154 (or 0xF2A154) is known color: Sandy Brown. HEX triplet: F2, A1 and 54. RGB value is (242,161,84). Sum of RGB (Red+Green+Blue) = 242+161+84=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A154 is #0D5EAB. Grayscale: #B0B0B0. Windows color (decimal): -876204 or 5546482. OLE color: 5546482.
HSL color Cylindrical-coordinate representation of color #F2A154: hue angle of 29.24º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2A154 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 84 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.05 |
| HSL | 29.24º | 0.86% | 0.64% | - |
| HSV(B) | 29.24º | 0.65% | 0.95% | - |
| XYZ | 50.96 | 45.01 | 14.39 | - |
| YUV | 176.44 | 75.84 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 84 | 0 | 0.33 | 0.65 | 0.05 | 29.24 | 0.86 | 0.64 |
| Hex | F2 | A1 | 54 | 0 | 21 | 41 | 5 | 1D | 56 | 40 |
| Octal | 362 | 241 | 124 | 0 | 41 | 101 | 5 | 35 | 126 | 100 |
| Binary | 11110010 | 10100001 | 1010100 | 0 | 100001 | 1000001 | 101 | 11101 | 1010110 | 1000000 |
Color Harmonies of #F2A154
Complementary color
Monochromatic Colors of #F2A154
Black with #F2A154
Text Example
Text Example
White with #F2A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A154; }
p { color: rgb(242,161,84); }
H1.HeaderClassName
{
color: #F2A154;
}
.AnyTagClassName
{
color: #F2A154;
}
</style>
background-color css
<style>
a { background-color: #F2A154; }
a { background-color: rgb(242,161,84); }
div.DivClassName
{
background-color: #F2A154;
}
.BgClassName
{
background-color: #F2A154;
}
</style>
border-color css
<style>
span { border-color: #F2A154; }
span { border-color: rgb(242,161,84); }
td.TdClassName
{
border-color: #F2A154;
}
.TagClassName
{
border-color: #F2A154;
}
</style>