Shades of Sandy Brown #F2A254
Tints of Sandy Brown #F2A254
RGB
CMYK
RGB Variations
Color information
#F2A254 (or 0xF2A254) is known color: Sandy Brown. HEX triplet: F2, A2 and 54. RGB value is (242,162,84). Sum of RGB (Red+Green+Blue) = 242+162+84=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A254 is #0D5DAB. Grayscale: #B1B1B1. Windows color (decimal): -875948 or 5546738. OLE color: 5546738.
HSL color Cylindrical-coordinate representation of color #F2A254: hue angle of 29.62º 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 #F2A254 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 84 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.05 |
| HSL | 29.62º | 0.86% | 0.64% | - |
| HSV(B) | 29.62º | 0.65% | 0.95% | - |
| XYZ | 51.14 | 45.36 | 14.45 | - |
| YUV | 177.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 84 | 0 | 0.33 | 0.65 | 0.05 | 29.62 | 0.86 | 0.64 |
| Hex | F2 | A2 | 54 | 0 | 21 | 41 | 5 | 1E | 56 | 40 |
| Octal | 362 | 242 | 124 | 0 | 41 | 101 | 5 | 36 | 126 | 100 |
| Binary | 11110010 | 10100010 | 1010100 | 0 | 100001 | 1000001 | 101 | 11110 | 1010110 | 1000000 |
Color Harmonies of #F2A254
Complementary color
Monochromatic Colors of #F2A254
Black with #F2A254
Text Example
Text Example
White with #F2A254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A254; }
p { color: rgb(242,162,84); }
H1.HeaderClassName
{
color: #F2A254;
}
.AnyTagClassName
{
color: #F2A254;
}
</style>
background-color css
<style>
a { background-color: #F2A254; }
a { background-color: rgb(242,162,84); }
div.DivClassName
{
background-color: #F2A254;
}
.BgClassName
{
background-color: #F2A254;
}
</style>
border-color css
<style>
span { border-color: #F2A254; }
span { border-color: rgb(242,162,84); }
td.TdClassName
{
border-color: #F2A254;
}
.TagClassName
{
border-color: #F2A254;
}
</style>