Shades of Sandy Brown #F09D64
Tints of Sandy Brown #F09D64
RGB
CMYK
RGB Variations
Color information
#F09D64 (or 0xF09D64) is known color: Sandy Brown. HEX triplet: F0, 9D and 64. RGB value is (240,157,100). Sum of RGB (Red+Green+Blue) = 240+157+100=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09D64 is #0F629B. Grayscale: #AFAFAF. Windows color (decimal): -1008284 or 6594032. OLE color: 6594032.
HSL color Cylindrical-coordinate representation of color #F09D64: hue angle of 24.43º 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 #F09D64 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 100 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.06 |
| HSL | 24.43º | 0.82% | 0.67% | - |
| HSV(B) | 24.43º | 0.58% | 0.94% | - |
| XYZ | 50.29 | 43.56 | 17.81 | - |
| YUV | 175.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 100 | 0 | 0.35 | 0.58 | 0.06 | 24.43 | 0.82 | 0.67 |
| Hex | F0 | 9D | 64 | 0 | 23 | 3A | 6 | 18 | 52 | 43 |
| Octal | 360 | 235 | 144 | 0 | 43 | 72 | 6 | 30 | 122 | 103 |
| Binary | 11110000 | 10011101 | 1100100 | 0 | 100011 | 111010 | 110 | 11000 | 1010010 | 1000011 |
Color Harmonies of #F09D64
Complementary color
Monochromatic Colors of #F09D64
Black with #F09D64
Text Example
Text Example
White with #F09D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D64; }
p { color: rgb(240,157,100); }
H1.HeaderClassName
{
color: #F09D64;
}
.AnyTagClassName
{
color: #F09D64;
}
</style>
background-color css
<style>
a { background-color: #F09D64; }
a { background-color: rgb(240,157,100); }
div.DivClassName
{
background-color: #F09D64;
}
.BgClassName
{
background-color: #F09D64;
}
</style>
border-color css
<style>
span { border-color: #F09D64; }
span { border-color: rgb(240,157,100); }
td.TdClassName
{
border-color: #F09D64;
}
.TagClassName
{
border-color: #F09D64;
}
</style>