Shades of Sandy Brown #F29B5C
Tints of Sandy Brown #F29B5C
RGB
CMYK
RGB Variations
Color information
#F29B5C (or 0xF29B5C) is known color: Sandy Brown. HEX triplet: F2, 9B and 5C. RGB value is (242,155,92). Sum of RGB (Red+Green+Blue) = 242+155+92=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29B5C is #0D64A3. Grayscale: #AEAEAE. Windows color (decimal): -877732 or 6069234. OLE color: 6069234.
HSL color Cylindrical-coordinate representation of color #F29B5C: hue angle of 25.2º 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 #F29B5C is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 92 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.05 |
| HSL | 25.2º | 0.85% | 0.65% | - |
| HSV(B) | 25.2º | 0.62% | 0.95% | - |
| XYZ | 50.27 | 43.09 | 15.79 | - |
| YUV | 173.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 92 | 0 | 0.36 | 0.62 | 0.05 | 25.2 | 0.85 | 0.65 |
| Hex | F2 | 9B | 5C | 0 | 24 | 3E | 5 | 19 | 55 | 41 |
| Octal | 362 | 233 | 134 | 0 | 44 | 76 | 5 | 31 | 125 | 101 |
| Binary | 11110010 | 10011011 | 1011100 | 0 | 100100 | 111110 | 101 | 11001 | 1010101 | 1000001 |
Color Harmonies of #F29B5C
Complementary color
Monochromatic Colors of #F29B5C
Black with #F29B5C
Text Example
Text Example
White with #F29B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29B5C; }
p { color: rgb(242,155,92); }
H1.HeaderClassName
{
color: #F29B5C;
}
.AnyTagClassName
{
color: #F29B5C;
}
</style>
background-color css
<style>
a { background-color: #F29B5C; }
a { background-color: rgb(242,155,92); }
div.DivClassName
{
background-color: #F29B5C;
}
.BgClassName
{
background-color: #F29B5C;
}
</style>
border-color css
<style>
span { border-color: #F29B5C; }
span { border-color: rgb(242,155,92); }
td.TdClassName
{
border-color: #F29B5C;
}
.TagClassName
{
border-color: #F29B5C;
}
</style>