Shades of Sandy Brown #F09A5D
Tints of Sandy Brown #F09A5D
RGB
CMYK
RGB Variations
Color information
#F09A5D (or 0xF09A5D) is known color: Sandy Brown. HEX triplet: F0, 9A and 5D. RGB value is (240,154,93). Sum of RGB (Red+Green+Blue) = 240+154+93=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09A5D is #0F65A2. Grayscale: #ADADAD. Windows color (decimal): -1009059 or 6134512. OLE color: 6134512.
HSL color Cylindrical-coordinate representation of color #F09A5D: hue angle of 24.9º 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 #F09A5D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 93 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.06 |
| HSL | 24.9º | 0.83% | 0.65% | - |
| HSV(B) | 24.9º | 0.61% | 0.94% | - |
| XYZ | 49.47 | 42.43 | 15.94 | - |
| YUV | 172.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 93 | 0 | 0.36 | 0.61 | 0.06 | 24.9 | 0.83 | 0.65 |
| Hex | F0 | 9A | 5D | 0 | 24 | 3D | 6 | 19 | 53 | 41 |
| Octal | 360 | 232 | 135 | 0 | 44 | 75 | 6 | 31 | 123 | 101 |
| Binary | 11110000 | 10011010 | 1011101 | 0 | 100100 | 111101 | 110 | 11001 | 1010011 | 1000001 |
Color Harmonies of #F09A5D
Complementary color
Monochromatic Colors of #F09A5D
Black with #F09A5D
Text Example
Text Example
White with #F09A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A5D; }
p { color: rgb(240,154,93); }
H1.HeaderClassName
{
color: #F09A5D;
}
.AnyTagClassName
{
color: #F09A5D;
}
</style>
background-color css
<style>
a { background-color: #F09A5D; }
a { background-color: rgb(240,154,93); }
div.DivClassName
{
background-color: #F09A5D;
}
.BgClassName
{
background-color: #F09A5D;
}
</style>
border-color css
<style>
span { border-color: #F09A5D; }
span { border-color: rgb(240,154,93); }
td.TdClassName
{
border-color: #F09A5D;
}
.TagClassName
{
border-color: #F09A5D;
}
</style>