Shades of Sandy Brown #F29B5B
Tints of Sandy Brown #F29B5B
RGB
CMYK
RGB Variations
Color information
#F29B5B (or 0xF29B5B) is known color: Sandy Brown. HEX triplet: F2, 9B and 5B. RGB value is (242,155,91). Sum of RGB (Red+Green+Blue) = 242+155+91=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B5B is #0D64A4. Grayscale: #AEAEAE. Windows color (decimal): -877733 or 6003698. OLE color: 6003698.
HSL color Cylindrical-coordinate representation of color #F29B5B: hue angle of 25.43º 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 #F29B5B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 91 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.05 |
| HSL | 25.43º | 0.85% | 0.65% | - |
| HSV(B) | 25.43º | 0.62% | 0.95% | - |
| XYZ | 50.23 | 43.08 | 15.56 | - |
| YUV | 173.72 | 81.32 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 91 | 0 | 0.36 | 0.62 | 0.05 | 25.43 | 0.85 | 0.65 |
| Hex | F2 | 9B | 5B | 0 | 24 | 3E | 5 | 19 | 55 | 41 |
| Octal | 362 | 233 | 133 | 0 | 44 | 76 | 5 | 31 | 125 | 101 |
| Binary | 11110010 | 10011011 | 1011011 | 0 | 100100 | 111110 | 101 | 11001 | 1010101 | 1000001 |
Color Harmonies of #F29B5B
Complementary color
Monochromatic Colors of #F29B5B
Black with #F29B5B
Text Example
Text Example
White with #F29B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B5B; }
p { color: rgb(242,155,91); }
H1.HeaderClassName
{
color: #F29B5B;
}
.AnyTagClassName
{
color: #F29B5B;
}
</style>
background-color css
<style>
a { background-color: #F29B5B; }
a { background-color: rgb(242,155,91); }
div.DivClassName
{
background-color: #F29B5B;
}
.BgClassName
{
background-color: #F29B5B;
}
</style>
border-color css
<style>
span { border-color: #F29B5B; }
span { border-color: rgb(242,155,91); }
td.TdClassName
{
border-color: #F29B5B;
}
.TagClassName
{
border-color: #F29B5B;
}
</style>