Shades of Sandy Brown #F29C55
Tints of Sandy Brown #F29C55
RGB
CMYK
RGB Variations
Color information
#F29C55 (or 0xF29C55) is known color: Sandy Brown. HEX triplet: F2, 9C and 55. RGB value is (242,156,85). Sum of RGB (Red+Green+Blue) = 242+156+85=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C55 is #0D63AA. Grayscale: #ADADAD. Windows color (decimal): -877483 or 5610738. OLE color: 5610738.
HSL color Cylindrical-coordinate representation of color #F29C55: hue angle of 27.13º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F29C55 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 85 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.05 |
| HSL | 27.13º | 0.86% | 0.64% | - |
| HSV(B) | 27.13º | 0.65% | 0.95% | - |
| XYZ | 50.15 | 43.31 | 14.31 | - |
| YUV | 173.62 | 77.99 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 85 | 0 | 0.36 | 0.65 | 0.05 | 27.13 | 0.86 | 0.64 |
| Hex | F2 | 9C | 55 | 0 | 24 | 41 | 5 | 1B | 56 | 40 |
| Octal | 362 | 234 | 125 | 0 | 44 | 101 | 5 | 33 | 126 | 100 |
| Binary | 11110010 | 10011100 | 1010101 | 0 | 100100 | 1000001 | 101 | 11011 | 1010110 | 1000000 |
Color Harmonies of #F29C55
Complementary color
Monochromatic Colors of #F29C55
Black with #F29C55
Text Example
Text Example
White with #F29C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C55; }
p { color: rgb(242,156,85); }
H1.HeaderClassName
{
color: #F29C55;
}
.AnyTagClassName
{
color: #F29C55;
}
</style>
background-color css
<style>
a { background-color: #F29C55; }
a { background-color: rgb(242,156,85); }
div.DivClassName
{
background-color: #F29C55;
}
.BgClassName
{
background-color: #F29C55;
}
</style>
border-color css
<style>
span { border-color: #F29C55; }
span { border-color: rgb(242,156,85); }
td.TdClassName
{
border-color: #F29C55;
}
.TagClassName
{
border-color: #F29C55;
}
</style>