Shades of Sandy Brown #F29D5C
Tints of Sandy Brown #F29D5C
RGB
CMYK
RGB Variations
Color information
#F29D5C (or 0xF29D5C) is known color: Sandy Brown. HEX triplet: F2, 9D and 5C. RGB value is (242,157,92). Sum of RGB (Red+Green+Blue) = 242+157+92=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29D5C is #0D62A3. Grayscale: #AFAFAF. Windows color (decimal): -877220 or 6069746. OLE color: 6069746.
HSL color Cylindrical-coordinate representation of color #F29D5C: hue angle of 26º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F29D5C is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 92 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.05 |
| HSL | 26º | 0.85% | 0.65% | - |
| HSV(B) | 26º | 0.62% | 0.95% | - |
| XYZ | 50.61 | 43.76 | 15.91 | - |
| YUV | 175.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 92 | 0 | 0.35 | 0.62 | 0.05 | 26 | 0.85 | 0.65 |
| Hex | F2 | 9D | 5C | 0 | 23 | 3E | 5 | 1A | 55 | 41 |
| Octal | 362 | 235 | 134 | 0 | 43 | 76 | 5 | 32 | 125 | 101 |
| Binary | 11110010 | 10011101 | 1011100 | 0 | 100011 | 111110 | 101 | 11010 | 1010101 | 1000001 |
Color Harmonies of #F29D5C
Complementary color
Monochromatic Colors of #F29D5C
Black with #F29D5C
Text Example
Text Example
White with #F29D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29D5C; }
p { color: rgb(242,157,92); }
H1.HeaderClassName
{
color: #F29D5C;
}
.AnyTagClassName
{
color: #F29D5C;
}
</style>
background-color css
<style>
a { background-color: #F29D5C; }
a { background-color: rgb(242,157,92); }
div.DivClassName
{
background-color: #F29D5C;
}
.BgClassName
{
background-color: #F29D5C;
}
</style>
border-color css
<style>
span { border-color: #F29D5C; }
span { border-color: rgb(242,157,92); }
td.TdClassName
{
border-color: #F29D5C;
}
.TagClassName
{
border-color: #F29D5C;
}
</style>