Shades of Sandy Brown #F09B65
Tints of Sandy Brown #F09B65
RGB
CMYK
RGB Variations
Color information
#F09B65 (or 0xF09B65) is known color: Sandy Brown. HEX triplet: F0, 9B and 65. RGB value is (240,155,101). Sum of RGB (Red+Green+Blue) = 240+155+101=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09B65 is #0F649A. Grayscale: #AEAEAE. Windows color (decimal): -1008795 or 6659056. OLE color: 6659056.
HSL color Cylindrical-coordinate representation of color #F09B65: hue angle of 23.31º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F09B65 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 101 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.06 |
| HSL | 23.31º | 0.82% | 0.67% | - |
| HSV(B) | 23.31º | 0.58% | 0.94% | - |
| XYZ | 50.01 | 42.91 | 17.96 | - |
| YUV | 174.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 101 | 0 | 0.35 | 0.58 | 0.06 | 23.31 | 0.82 | 0.67 |
| Hex | F0 | 9B | 65 | 0 | 23 | 3A | 6 | 17 | 52 | 43 |
| Octal | 360 | 233 | 145 | 0 | 43 | 72 | 6 | 27 | 122 | 103 |
| Binary | 11110000 | 10011011 | 1100101 | 0 | 100011 | 111010 | 110 | 10111 | 1010010 | 1000011 |
Color Harmonies of #F09B65
Complementary color
Monochromatic Colors of #F09B65
Black with #F09B65
Text Example
Text Example
White with #F09B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B65; }
p { color: rgb(240,155,101); }
H1.HeaderClassName
{
color: #F09B65;
}
.AnyTagClassName
{
color: #F09B65;
}
</style>
background-color css
<style>
a { background-color: #F09B65; }
a { background-color: rgb(240,155,101); }
div.DivClassName
{
background-color: #F09B65;
}
.BgClassName
{
background-color: #F09B65;
}
</style>
border-color css
<style>
span { border-color: #F09B65; }
span { border-color: rgb(240,155,101); }
td.TdClassName
{
border-color: #F09B65;
}
.TagClassName
{
border-color: #F09B65;
}
</style>