Shades of Sandy Brown #F29B5D
Tints of Sandy Brown #F29B5D
RGB
CMYK
RGB Variations
Color information
#F29B5D (or 0xF29B5D) is known color: Sandy Brown. HEX triplet: F2, 9B and 5D. RGB value is (242,155,93). Sum of RGB (Red+Green+Blue) = 242+155+93=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B5D is #0D64A2. Grayscale: #AEAEAE. Windows color (decimal): -877731 or 6134770. OLE color: 6134770.
HSL color Cylindrical-coordinate representation of color #F29B5D: hue angle of 24.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F29B5D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 93 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.05 |
| HSL | 24.97º | 0.85% | 0.66% | - |
| HSV(B) | 24.97º | 0.62% | 0.95% | - |
| XYZ | 50.32 | 43.11 | 16.03 | - |
| YUV | 173.95 | 82.32 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 93 | 0 | 0.36 | 0.62 | 0.05 | 24.97 | 0.85 | 0.66 |
| Hex | F2 | 9B | 5D | 0 | 24 | 3E | 5 | 19 | 55 | 42 |
| Octal | 362 | 233 | 135 | 0 | 44 | 76 | 5 | 31 | 125 | 102 |
| Binary | 11110010 | 10011011 | 1011101 | 0 | 100100 | 111110 | 101 | 11001 | 1010101 | 1000010 |
Color Harmonies of #F29B5D
Complementary color
Monochromatic Colors of #F29B5D
Black with #F29B5D
Text Example
Text Example
White with #F29B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B5D; }
p { color: rgb(242,155,93); }
H1.HeaderClassName
{
color: #F29B5D;
}
.AnyTagClassName
{
color: #F29B5D;
}
</style>
background-color css
<style>
a { background-color: #F29B5D; }
a { background-color: rgb(242,155,93); }
div.DivClassName
{
background-color: #F29B5D;
}
.BgClassName
{
background-color: #F29B5D;
}
</style>
border-color css
<style>
span { border-color: #F29B5D; }
span { border-color: rgb(242,155,93); }
td.TdClassName
{
border-color: #F29B5D;
}
.TagClassName
{
border-color: #F29B5D;
}
</style>