Shades of Sandy Brown #F29D68
Tints of Sandy Brown #F29D68
RGB
CMYK
RGB Variations
Color information
#F29D68 (or 0xF29D68) is known color: Sandy Brown. HEX triplet: F2, 9D and 68. RGB value is (242,157,104). Sum of RGB (Red+Green+Blue) = 242+157+104=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29D68 is #0D6297. Grayscale: #B0B0B0. Windows color (decimal): -877208 or 6856178. OLE color: 6856178.
HSL color Cylindrical-coordinate representation of color #F29D68: hue angle of 23.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F29D68 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 104 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.05 |
| HSL | 23.04º | 0.84% | 0.68% | - |
| HSV(B) | 23.04º | 0.57% | 0.95% | - |
| XYZ | 51.17 | 43.99 | 18.89 | - |
| YUV | 176.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 104 | 0 | 0.35 | 0.57 | 0.05 | 23.04 | 0.84 | 0.68 |
| Hex | F2 | 9D | 68 | 0 | 23 | 39 | 5 | 17 | 54 | 44 |
| Octal | 362 | 235 | 150 | 0 | 43 | 71 | 5 | 27 | 124 | 104 |
| Binary | 11110010 | 10011101 | 1101000 | 0 | 100011 | 111001 | 101 | 10111 | 1010100 | 1000100 |
Color Harmonies of #F29D68
Complementary color
Monochromatic Colors of #F29D68
Black with #F29D68
Text Example
Text Example
White with #F29D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D68; }
p { color: rgb(242,157,104); }
H1.HeaderClassName
{
color: #F29D68;
}
.AnyTagClassName
{
color: #F29D68;
}
</style>
background-color css
<style>
a { background-color: #F29D68; }
a { background-color: rgb(242,157,104); }
div.DivClassName
{
background-color: #F29D68;
}
.BgClassName
{
background-color: #F29D68;
}
</style>
border-color css
<style>
span { border-color: #F29D68; }
span { border-color: rgb(242,157,104); }
td.TdClassName
{
border-color: #F29D68;
}
.TagClassName
{
border-color: #F29D68;
}
</style>