Shades of Sandy Brown #F29C5C
Tints of Sandy Brown #F29C5C
RGB
CMYK
RGB Variations
Color information
#F29C5C (or 0xF29C5C) is known color: Sandy Brown. HEX triplet: F2, 9C and 5C. RGB value is (242,156,92). Sum of RGB (Red+Green+Blue) = 242+156+92=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C5C is #0D63A3. Grayscale: #AEAEAE. Windows color (decimal): -877476 or 6069490. OLE color: 6069490.
HSL color Cylindrical-coordinate representation of color #F29C5C: hue angle of 25.6º 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 #F29C5C is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 92 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.05 |
| HSL | 25.6º | 0.85% | 0.65% | - |
| HSV(B) | 25.6º | 0.62% | 0.95% | - |
| XYZ | 50.44 | 43.43 | 15.85 | - |
| YUV | 174.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 92 | 0 | 0.36 | 0.62 | 0.05 | 25.6 | 0.85 | 0.65 |
| Hex | F2 | 9C | 5C | 0 | 24 | 3E | 5 | 1A | 55 | 41 |
| Octal | 362 | 234 | 134 | 0 | 44 | 76 | 5 | 32 | 125 | 101 |
| Binary | 11110010 | 10011100 | 1011100 | 0 | 100100 | 111110 | 101 | 11010 | 1010101 | 1000001 |
Color Harmonies of #F29C5C
Complementary color
Monochromatic Colors of #F29C5C
Black with #F29C5C
Text Example
Text Example
White with #F29C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C5C; }
p { color: rgb(242,156,92); }
H1.HeaderClassName
{
color: #F29C5C;
}
.AnyTagClassName
{
color: #F29C5C;
}
</style>
background-color css
<style>
a { background-color: #F29C5C; }
a { background-color: rgb(242,156,92); }
div.DivClassName
{
background-color: #F29C5C;
}
.BgClassName
{
background-color: #F29C5C;
}
</style>
border-color css
<style>
span { border-color: #F29C5C; }
span { border-color: rgb(242,156,92); }
td.TdClassName
{
border-color: #F29C5C;
}
.TagClassName
{
border-color: #F29C5C;
}
</style>