Shades of Sandy Brown #F19C5B
Tints of Sandy Brown #F19C5B
RGB
CMYK
RGB Variations
Color information
#F19C5B (or 0xF19C5B) is known color: Sandy Brown. HEX triplet: F1, 9C and 5B. RGB value is (241,156,91). Sum of RGB (Red+Green+Blue) = 241+156+91=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C5B is #0E63A4. Grayscale: #AEAEAE. Windows color (decimal): -943013 or 6003953. OLE color: 6003953.
HSL color Cylindrical-coordinate representation of color #F19C5B: hue angle of 26º degrees, saturation: 0.84, 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 #F19C5B is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 91 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.05 |
| HSL | 26º | 0.84% | 0.65% | - |
| HSV(B) | 26º | 0.62% | 0.95% | - |
| XYZ | 50.05 | 43.23 | 15.6 | - |
| YUV | 174.01 | 81.16 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 91 | 0 | 0.35 | 0.62 | 0.05 | 26 | 0.84 | 0.65 |
| Hex | F1 | 9C | 5B | 0 | 23 | 3E | 5 | 1A | 54 | 41 |
| Octal | 361 | 234 | 133 | 0 | 43 | 76 | 5 | 32 | 124 | 101 |
| Binary | 11110001 | 10011100 | 1011011 | 0 | 100011 | 111110 | 101 | 11010 | 1010100 | 1000001 |
Color Harmonies of #F19C5B
Complementary color
Monochromatic Colors of #F19C5B
Black with #F19C5B
Text Example
Text Example
White with #F19C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19C5B; }
p { color: rgb(241,156,91); }
H1.HeaderClassName
{
color: #F19C5B;
}
.AnyTagClassName
{
color: #F19C5B;
}
</style>
background-color css
<style>
a { background-color: #F19C5B; }
a { background-color: rgb(241,156,91); }
div.DivClassName
{
background-color: #F19C5B;
}
.BgClassName
{
background-color: #F19C5B;
}
</style>
border-color css
<style>
span { border-color: #F19C5B; }
span { border-color: rgb(241,156,91); }
td.TdClassName
{
border-color: #F19C5B;
}
.TagClassName
{
border-color: #F19C5B;
}
</style>