Shades of Sandy Brown #F09C5D
Tints of Sandy Brown #F09C5D
RGB
CMYK
RGB Variations
Color information
#F09C5D (or 0xF09C5D) is known color: Sandy Brown. HEX triplet: F0, 9C and 5D. RGB value is (240,156,93). Sum of RGB (Red+Green+Blue) = 240+156+93=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C5D is #0F63A2. Grayscale: #AEAEAE. Windows color (decimal): -1008547 or 6135024. OLE color: 6135024.
HSL color Cylindrical-coordinate representation of color #F09C5D: hue angle of 25.71º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F09C5D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 93 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.06 |
| HSL | 25.71º | 0.83% | 0.65% | - |
| HSV(B) | 25.71º | 0.61% | 0.94% | - |
| XYZ | 49.8 | 43.09 | 16.05 | - |
| YUV | 173.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 93 | 0 | 0.35 | 0.61 | 0.06 | 25.71 | 0.83 | 0.65 |
| Hex | F0 | 9C | 5D | 0 | 23 | 3D | 6 | 1A | 53 | 41 |
| Octal | 360 | 234 | 135 | 0 | 43 | 75 | 6 | 32 | 123 | 101 |
| Binary | 11110000 | 10011100 | 1011101 | 0 | 100011 | 111101 | 110 | 11010 | 1010011 | 1000001 |
Color Harmonies of #F09C5D
Complementary color
Monochromatic Colors of #F09C5D
Black with #F09C5D
Text Example
Text Example
White with #F09C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C5D; }
p { color: rgb(240,156,93); }
H1.HeaderClassName
{
color: #F09C5D;
}
.AnyTagClassName
{
color: #F09C5D;
}
</style>
background-color css
<style>
a { background-color: #F09C5D; }
a { background-color: rgb(240,156,93); }
div.DivClassName
{
background-color: #F09C5D;
}
.BgClassName
{
background-color: #F09C5D;
}
</style>
border-color css
<style>
span { border-color: #F09C5D; }
span { border-color: rgb(240,156,93); }
td.TdClassName
{
border-color: #F09C5D;
}
.TagClassName
{
border-color: #F09C5D;
}
</style>