Shades of Sandy Brown #F09B5B
Tints of Sandy Brown #F09B5B
RGB
CMYK
RGB Variations
Color information
#F09B5B (or 0xF09B5B) is known color: Sandy Brown. HEX triplet: F0, 9B and 5B. RGB value is (240,155,91). Sum of RGB (Red+Green+Blue) = 240+155+91=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B5B is #0F64A4. Grayscale: #ADADAD. Windows color (decimal): -1008805 or 6003696. OLE color: 6003696.
HSL color Cylindrical-coordinate representation of color #F09B5B: hue angle of 25.77º 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 #F09B5B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 91 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.06 |
| HSL | 25.77º | 0.83% | 0.65% | - |
| HSV(B) | 25.77º | 0.62% | 0.94% | - |
| XYZ | 49.54 | 42.72 | 15.53 | - |
| YUV | 173.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 91 | 0 | 0.35 | 0.62 | 0.06 | 25.77 | 0.83 | 0.65 |
| Hex | F0 | 9B | 5B | 0 | 23 | 3E | 6 | 1A | 53 | 41 |
| Octal | 360 | 233 | 133 | 0 | 43 | 76 | 6 | 32 | 123 | 101 |
| Binary | 11110000 | 10011011 | 1011011 | 0 | 100011 | 111110 | 110 | 11010 | 1010011 | 1000001 |
Color Harmonies of #F09B5B
Complementary color
Monochromatic Colors of #F09B5B
Black with #F09B5B
Text Example
Text Example
White with #F09B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B5B; }
p { color: rgb(240,155,91); }
H1.HeaderClassName
{
color: #F09B5B;
}
.AnyTagClassName
{
color: #F09B5B;
}
</style>
background-color css
<style>
a { background-color: #F09B5B; }
a { background-color: rgb(240,155,91); }
div.DivClassName
{
background-color: #F09B5B;
}
.BgClassName
{
background-color: #F09B5B;
}
</style>
border-color css
<style>
span { border-color: #F09B5B; }
span { border-color: rgb(240,155,91); }
td.TdClassName
{
border-color: #F09B5B;
}
.TagClassName
{
border-color: #F09B5B;
}
</style>