Shades of Sandy Brown #F3A25F
Tints of Sandy Brown #F3A25F
RGB
CMYK
RGB Variations
Color information
#F3A25F (or 0xF3A25F) is known color: Sandy Brown. HEX triplet: F3, A2 and 5F. RGB value is (243,162,95). Sum of RGB (Red+Green+Blue) = 243+162+95=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A25F is #0C5DA0. Grayscale: #B2B2B2. Windows color (decimal): -810401 or 6267635. OLE color: 6267635.
HSL color Cylindrical-coordinate representation of color #F3A25F: hue angle of 27.16º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3A25F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 95 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.05 |
| HSL | 27.16º | 0.86% | 0.66% | - |
| HSV(B) | 27.16º | 0.61% | 0.95% | - |
| XYZ | 51.95 | 45.72 | 16.91 | - |
| YUV | 178.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 95 | 0 | 0.33 | 0.61 | 0.05 | 27.16 | 0.86 | 0.66 |
| Hex | F3 | A2 | 5F | 0 | 21 | 3D | 5 | 1B | 56 | 42 |
| Octal | 363 | 242 | 137 | 0 | 41 | 75 | 5 | 33 | 126 | 102 |
| Binary | 11110011 | 10100010 | 1011111 | 0 | 100001 | 111101 | 101 | 11011 | 1010110 | 1000010 |
Color Harmonies of #F3A25F
Complementary color
Monochromatic Colors of #F3A25F
Black with #F3A25F
Text Example
Text Example
White with #F3A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A25F; }
p { color: rgb(243,162,95); }
H1.HeaderClassName
{
color: #F3A25F;
}
.AnyTagClassName
{
color: #F3A25F;
}
</style>
background-color css
<style>
a { background-color: #F3A25F; }
a { background-color: rgb(243,162,95); }
div.DivClassName
{
background-color: #F3A25F;
}
.BgClassName
{
background-color: #F3A25F;
}
</style>
border-color css
<style>
span { border-color: #F3A25F; }
span { border-color: rgb(243,162,95); }
td.TdClassName
{
border-color: #F3A25F;
}
.TagClassName
{
border-color: #F3A25F;
}
</style>