Shades of Sandy Brown #FF9F5C
Tints of Sandy Brown #FF9F5C
RGB
CMYK
RGB Variations
Color information
#FF9F5C (or 0xFF9F5C) is known color: Sandy Brown. HEX triplet: FF, 9F and 5C. RGB value is (255,159,92). Sum of RGB (Red+Green+Blue) = 255+159+92=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F5C is #0060A3. Grayscale: #B4B4B4. Windows color (decimal): -24740 or 6070271. OLE color: 6070271.
HSL color Cylindrical-coordinate representation of color #FF9F5C: hue angle of 24.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF9F5C is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 92 | - |
| CMYK | 0 | 0.38 | 0.64 | 0 |
| HSL | 24.66º | 1% | 0.68% | - |
| HSV(B) | 24.66º | 0.64% | 1% | - |
| XYZ | 55.57 | 46.83 | 16.24 | - |
| YUV | 180.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 92 | 0 | 0.38 | 0.64 | 0 | 24.66 | 1 | 0.68 |
| Hex | FF | 9F | 5C | 0 | 26 | 40 | 0 | 19 | 64 | 44 |
| Octal | 377 | 237 | 134 | 0 | 46 | 100 | 0 | 31 | 144 | 104 |
| Binary | 11111111 | 10011111 | 1011100 | 0 | 100110 | 1000000 | 0 | 11001 | 1100100 | 1000100 |
Color Harmonies of #FF9F5C
Complementary color
Monochromatic Colors of #FF9F5C
Black with #FF9F5C
Text Example
Text Example
White with #FF9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F5C; }
p { color: rgb(255,159,92); }
H1.HeaderClassName
{
color: #FF9F5C;
}
.AnyTagClassName
{
color: #FF9F5C;
}
</style>
background-color css
<style>
a { background-color: #FF9F5C; }
a { background-color: rgb(255,159,92); }
div.DivClassName
{
background-color: #FF9F5C;
}
.BgClassName
{
background-color: #FF9F5C;
}
</style>
border-color css
<style>
span { border-color: #FF9F5C; }
span { border-color: rgb(255,159,92); }
td.TdClassName
{
border-color: #FF9F5C;
}
.TagClassName
{
border-color: #FF9F5C;
}
</style>