Shades of Sandy Brown #F09C5C
Tints of Sandy Brown #F09C5C
RGB
CMYK
RGB Variations
Color information
#F09C5C (or 0xF09C5C) is known color: Sandy Brown. HEX triplet: F0, 9C and 5C. RGB value is (240,156,92). Sum of RGB (Red+Green+Blue) = 240+156+92=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C5C is #0F63A3. Grayscale: #AEAEAE. Windows color (decimal): -1008548 or 6069488. OLE color: 6069488.
HSL color Cylindrical-coordinate representation of color #F09C5C: hue angle of 25.95º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F09C5C is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 92 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.06 |
| HSL | 25.95º | 0.83% | 0.65% | - |
| HSV(B) | 25.95º | 0.62% | 0.94% | - |
| XYZ | 49.76 | 43.07 | 15.82 | - |
| YUV | 173.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 92 | 0 | 0.35 | 0.62 | 0.06 | 25.95 | 0.83 | 0.65 |
| Hex | F0 | 9C | 5C | 0 | 23 | 3E | 6 | 1A | 53 | 41 |
| Octal | 360 | 234 | 134 | 0 | 43 | 76 | 6 | 32 | 123 | 101 |
| Binary | 11110000 | 10011100 | 1011100 | 0 | 100011 | 111110 | 110 | 11010 | 1010011 | 1000001 |
Color Harmonies of #F09C5C
Complementary color
Monochromatic Colors of #F09C5C
Black with #F09C5C
Text Example
Text Example
White with #F09C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09C5C; }
p { color: rgb(240,156,92); }
H1.HeaderClassName
{
color: #F09C5C;
}
.AnyTagClassName
{
color: #F09C5C;
}
</style>
background-color css
<style>
a { background-color: #F09C5C; }
a { background-color: rgb(240,156,92); }
div.DivClassName
{
background-color: #F09C5C;
}
.BgClassName
{
background-color: #F09C5C;
}
</style>
border-color css
<style>
span { border-color: #F09C5C; }
span { border-color: rgb(240,156,92); }
td.TdClassName
{
border-color: #F09C5C;
}
.TagClassName
{
border-color: #F09C5C;
}
</style>