Shades of Sandy Brown #F2AB5D
Tints of Sandy Brown #F2AB5D
RGB
CMYK
RGB Variations
Color information
#F2AB5D (or 0xF2AB5D) is known color: Sandy Brown. HEX triplet: F2, AB and 5D. RGB value is (242,171,93). Sum of RGB (Red+Green+Blue) = 242+171+93=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB5D is #0D54A2. Grayscale: #B7B7B7. Windows color (decimal): -873635 or 6138866. OLE color: 6138866.
HSL color Cylindrical-coordinate representation of color #F2AB5D: hue angle of 31.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2AB5D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 93 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.05 |
| HSL | 31.41º | 0.85% | 0.66% | - |
| HSV(B) | 31.41º | 0.62% | 0.95% | - |
| XYZ | 53.16 | 48.79 | 16.97 | - |
| YUV | 183.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 93 | 0 | 0.29 | 0.62 | 0.05 | 31.41 | 0.85 | 0.66 |
| Hex | F2 | AB | 5D | 0 | 1D | 3E | 5 | 1F | 55 | 42 |
| Octal | 362 | 253 | 135 | 0 | 35 | 76 | 5 | 37 | 125 | 102 |
| Binary | 11110010 | 10101011 | 1011101 | 0 | 11101 | 111110 | 101 | 11111 | 1010101 | 1000010 |
Color Harmonies of #F2AB5D
Complementary color
Monochromatic Colors of #F2AB5D
Black with #F2AB5D
Text Example
Text Example
White with #F2AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB5D; }
p { color: rgb(242,171,93); }
H1.HeaderClassName
{
color: #F2AB5D;
}
.AnyTagClassName
{
color: #F2AB5D;
}
</style>
background-color css
<style>
a { background-color: #F2AB5D; }
a { background-color: rgb(242,171,93); }
div.DivClassName
{
background-color: #F2AB5D;
}
.BgClassName
{
background-color: #F2AB5D;
}
</style>
border-color css
<style>
span { border-color: #F2AB5D; }
span { border-color: rgb(242,171,93); }
td.TdClassName
{
border-color: #F2AB5D;
}
.TagClassName
{
border-color: #F2AB5D;
}
</style>