Shades of Sandy Brown #FF9F58
Tints of Sandy Brown #FF9F58
RGB
CMYK
RGB Variations
Color information
#FF9F58 (or 0xFF9F58) is known color: Sandy Brown. HEX triplet: FF, 9F and 58. RGB value is (255,159,88). Sum of RGB (Red+Green+Blue) = 255+159+88=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F58 is #0060A7. Grayscale: #B3B3B3. Windows color (decimal): -24744 or 5808127. OLE color: 5808127.
HSL color Cylindrical-coordinate representation of color #FF9F58: hue angle of 25.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF9F58 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 88 | - |
| CMYK | 0 | 0.38 | 0.65 | 0 |
| HSL | 25.51º | 1% | 0.67% | - |
| HSV(B) | 25.51º | 0.65% | 1% | - |
| XYZ | 55.4 | 46.76 | 15.34 | - |
| YUV | 179.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 88 | 0 | 0.38 | 0.65 | 0 | 25.51 | 1 | 0.67 |
| Hex | FF | 9F | 58 | 0 | 26 | 41 | 0 | 1A | 64 | 43 |
| Octal | 377 | 237 | 130 | 0 | 46 | 101 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10011111 | 1011000 | 0 | 100110 | 1000001 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FF9F58
Complementary color
Monochromatic Colors of #FF9F58
Black with #FF9F58
Text Example
Text Example
White with #FF9F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F58; }
p { color: rgb(255,159,88); }
H1.HeaderClassName
{
color: #FF9F58;
}
.AnyTagClassName
{
color: #FF9F58;
}
</style>
background-color css
<style>
a { background-color: #FF9F58; }
a { background-color: rgb(255,159,88); }
div.DivClassName
{
background-color: #FF9F58;
}
.BgClassName
{
background-color: #FF9F58;
}
</style>
border-color css
<style>
span { border-color: #FF9F58; }
span { border-color: rgb(255,159,88); }
td.TdClassName
{
border-color: #FF9F58;
}
.TagClassName
{
border-color: #FF9F58;
}
</style>