Shades of Sandy Brown #F29C65
Tints of Sandy Brown #F29C65
RGB
CMYK
RGB Variations
Color information
#F29C65 (or 0xF29C65) is known color: Sandy Brown. HEX triplet: F2, 9C and 65. RGB value is (242,156,101). Sum of RGB (Red+Green+Blue) = 242+156+101=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C65 is #0D639A. Grayscale: #AFAFAF. Windows color (decimal): -877467 or 6659314. OLE color: 6659314.
HSL color Cylindrical-coordinate representation of color #F29C65: hue angle of 23.4º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F29C65 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 101 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.05 |
| HSL | 23.4º | 0.84% | 0.67% | - |
| HSV(B) | 23.4º | 0.58% | 0.95% | - |
| XYZ | 50.86 | 43.59 | 18.05 | - |
| YUV | 175.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 101 | 0 | 0.36 | 0.58 | 0.05 | 23.4 | 0.84 | 0.67 |
| Hex | F2 | 9C | 65 | 0 | 24 | 3A | 5 | 17 | 54 | 43 |
| Octal | 362 | 234 | 145 | 0 | 44 | 72 | 5 | 27 | 124 | 103 |
| Binary | 11110010 | 10011100 | 1100101 | 0 | 100100 | 111010 | 101 | 10111 | 1010100 | 1000011 |
Color Harmonies of #F29C65
Complementary color
Monochromatic Colors of #F29C65
Black with #F29C65
Text Example
Text Example
White with #F29C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C65; }
p { color: rgb(242,156,101); }
H1.HeaderClassName
{
color: #F29C65;
}
.AnyTagClassName
{
color: #F29C65;
}
</style>
background-color css
<style>
a { background-color: #F29C65; }
a { background-color: rgb(242,156,101); }
div.DivClassName
{
background-color: #F29C65;
}
.BgClassName
{
background-color: #F29C65;
}
</style>
border-color css
<style>
span { border-color: #F29C65; }
span { border-color: rgb(242,156,101); }
td.TdClassName
{
border-color: #F29C65;
}
.TagClassName
{
border-color: #F29C65;
}
</style>